Package | Description |
---|---|
net.shibboleth.utilities.java.support.xml |
A set of helper functions for performing actions on DOM nodes.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentBuilder |
BasicParserPool.createBuilder()
Creates a new document builder.
|
DocumentBuilder |
ParserPool.getBuilder()
Gets a builder from the pool.
|
DocumentBuilder |
BasicParserPool.getBuilder()
Gets a builder from the pool.
|
Document |
ParserPool.newDocument()
Convenience method for creating a new document with a pooled builder.
|
Document |
BasicParserPool.newDocument()
Convenience method for creating a new document with a pooled builder.
|
Document |
ParserPool.parse(InputStream input)
Convenience method for parsing an XML file using a pooled builder.
|
Document |
BasicParserPool.parse(InputStream input)
Convenience method for parsing an XML file using a pooled builder.
|
Document |
ParserPool.parse(Reader input)
Convenience method for parsing an XML file using a pooled builder.
|
Document |
BasicParserPool.parse(Reader input)
Convenience method for parsing an XML file using a pooled builder.
|
Copyright © 1999–2018. All rights reserved.