|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLParserException | |
|---|---|
| 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 XMLParserException in org.opensaml.xml.parse |
|---|
| Methods in org.opensaml.xml.parse that throw XMLParserException | |
|---|---|
protected javax.xml.parsers.DocumentBuilder |
StaticBasicParserPool.createBuilder()
Creates a new document builder. |
protected javax.xml.parsers.DocumentBuilder |
BasicParserPool.createBuilder()
Creates a new document builder. |
javax.xml.parsers.DocumentBuilder |
StaticBasicParserPool.getBuilder()
Gets a builder from the pool. |
javax.xml.parsers.DocumentBuilder |
ParserPool.getBuilder()
Gets a builder from the pool. |
javax.xml.parsers.DocumentBuilder |
BasicParserPool.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. |
org.w3c.dom.Document |
StaticBasicParserPool.newDocument()
Convience method for creating a new document with a pooled builder. |
org.w3c.dom.Document |
ParserPool.newDocument()
Convience method for creating a new document with a pooled builder. |
org.w3c.dom.Document |
BasicParserPool.newDocument()
Convience method for creating a new document with a pooled builder. |
org.w3c.dom.Document |
StaticBasicParserPool.parse(java.io.InputStream input)
Convience method for parsing an XML file using a pooled builder. |
org.w3c.dom.Document |
ParserPool.parse(java.io.InputStream input)
Convience method for parsing an XML file using a pooled builder. |
org.w3c.dom.Document |
BasicParserPool.parse(java.io.InputStream input)
Convience method for parsing an XML file using a pooled builder. |
org.w3c.dom.Document |
StaticBasicParserPool.parse(java.io.Reader input)
Convience method for parsing an XML file using a pooled builder. |
org.w3c.dom.Document |
ParserPool.parse(java.io.Reader input)
Convience method for parsing an XML file using a pooled builder. |
org.w3c.dom.Document |
BasicParserPool.parse(java.io.Reader input)
Convience method for parsing an XML file using a pooled builder. |
| Uses of XMLParserException in org.opensaml.xml.util |
|---|
| Methods in org.opensaml.xml.util that throw XMLParserException | |
|---|---|
static void |
XMLHelper.rootNamespaces(org.w3c.dom.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. |
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 | |||||||||