XMLTooling-J 1.3.2-redhat-4

Uses of Interface
org.opensaml.xml.parse.ParserPool

Packages that use ParserPool
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.parse Classes for managing pools of DOM parsers (DocumentBuilders). 
org.opensaml.xml.util Utility classes for working with XML, XMLObjects, and various data types. 
 

Uses of ParserPool in org.opensaml.xml
 

Methods in org.opensaml.xml that return ParserPool
static ParserPool Configuration.getParserPool()
          Get the currently configured ParserPool instance.
 

Methods in org.opensaml.xml with parameters of type ParserPool
static void Configuration.setParserPool(ParserPool newParserPool)
          Set the currently configured ParserPool instance.
 

Uses of ParserPool in org.opensaml.xml.parse
 

Classes in org.opensaml.xml.parse that implement ParserPool
 class BasicParserPool
          A pool of JAXP 1.3 DocumentBuilders.
 class StaticBasicParserPool
          A pool of JAXP 1.3 DocumentBuilders.
 

Methods in org.opensaml.xml.parse that return ParserPool
protected  ParserPool BasicParserPool.DocumentBuilderProxy.getOwningPool()
          Gets the pool that owns this parser.
protected  ParserPool StaticBasicParserPool.DocumentBuilderProxy.getOwningPool()
          Gets the pool that owns this parser.
 

Uses of ParserPool in org.opensaml.xml.util
 

Methods in org.opensaml.xml.util with parameters of type ParserPool
static XMLObject XMLObjectHelper.unmarshallFromInputStream(ParserPool parserPool, InputStream inputStream)
          Unmarshall a Document from an InputSteam.
static XMLObject XMLObjectHelper.unmarshallFromReader(ParserPool parserPool, Reader reader)
          Unmarshall a Document from a Reader.
 


XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.