|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
StaticBasicParserPool.DocumentBuilderProxy.getOwningPool()
Gets the pool that owns this parser. |
protected ParserPool |
BasicParserPool.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,
java.io.InputStream inputStream)
Unmarshall a Document from an InputSteam. |
static XMLObject |
XMLObjectHelper.unmarshallFromReader(ParserPool parserPool,
java.io.Reader reader)
Unmarshall a Document from a Reader. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||