Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentBuilder |
BasicParserPool.createBuilder()
Creates a new document builder.
|
protected DocumentBuilder |
StaticBasicParserPool.createBuilder()
Creates a new document builder.
|
DocumentBuilder |
ParserPool.getBuilder()
Gets a builder from the pool.
|
DocumentBuilder |
BasicParserPool.getBuilder()
Gets a builder from the pool.
|
DocumentBuilder |
StaticBasicParserPool.getBuilder()
Gets a builder from the pool.
|
void |
StaticBasicParserPool.initialize()
Initialize the pool.
|
protected void |
StaticBasicParserPool.initializeFactory()
Initializes the pool with a new set of configuration options.
|
protected void |
BasicParserPool.initializePool()
Initializes the pool with a new set of configuration options.
|
Document |
ParserPool.newDocument()
Convience method for creating a new document with a pooled builder.
|
Document |
BasicParserPool.newDocument()
Convience method for creating a new document with a pooled builder.
|
Document |
StaticBasicParserPool.newDocument()
Convience method for creating a new document with a pooled builder.
|
Document |
ParserPool.parse(InputStream input)
Convience method for parsing an XML file using a pooled builder.
|
Document |
BasicParserPool.parse(InputStream input)
Convience method for parsing an XML file using a pooled builder.
|
Document |
StaticBasicParserPool.parse(InputStream input)
Convience method for parsing an XML file using a pooled builder.
|
Document |
ParserPool.parse(Reader input)
Convience method for parsing an XML file using a pooled builder.
|
Document |
BasicParserPool.parse(Reader input)
Convience method for parsing an XML file using a pooled builder.
|
Document |
StaticBasicParserPool.parse(Reader input)
Convience method for parsing an XML file using a pooled builder.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLHelper.rootNamespaces(Element domElement)
Ensures that all the visibly used namespaces referenced by the given Element or its descendants are declared by
the given Element or one of its descendants.
|
private static void |
XMLHelper.rootNamespaces(Element domElement,
Element upperNamespaceSearchBound)
Recursively called function that ensures all the visibly used namespaces referenced by the given Element or its
descendants are declared if they don't appear in the list of already resolved namespaces.
|
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.
|
Copyright © 1999–2017. All rights reserved.