protected DocumentBuilder |
BasicParserPool.createBuilder() |
Creates a new document builder.
|
DocumentBuilder |
BasicParserPool.getBuilder() |
Gets a builder from the pool.
|
DocumentBuilder |
ParserPool.getBuilder() |
Gets a builder from the pool.
|
Document |
BasicParserPool.newDocument() |
Convenience method for creating a new document with a pooled builder.
|
Document |
ParserPool.newDocument() |
Convenience method for creating a new document with a pooled builder.
|
Document |
BasicParserPool.parse(InputStream 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.
|
Document |
ParserPool.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.
|