Uses of Class
org.opensaml.xml.parse.BasicParserPool

Packages that use BasicParserPool
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.parse Classes for managing pools of DOM parsers (DocumentBuilders). 
 

Uses of BasicParserPool in org.opensaml.xml
 

Fields in org.opensaml.xml declared as BasicParserPool
private  BasicParserPool XMLConfigurator.parserPool
          Pool of parsers used to read and validate configurations.
 

Uses of BasicParserPool in org.opensaml.xml.encryption
 

Fields in org.opensaml.xml.encryption declared as BasicParserPool
private  BasicParserPool Decrypter.parserPool
          ParserPool used in parsing decrypted data.
 

Uses of BasicParserPool in org.opensaml.xml.parse
 

Constructors in org.opensaml.xml.parse with parameters of type BasicParserPool
BasicParserPool.DocumentBuilderProxy(DocumentBuilder target, BasicParserPool owner, long version)
          Constructor.
 



Copyright © 1999-2013. All Rights Reserved.