DocumentBuilders
).See: Description
Interface | Description |
---|---|
ParserPool |
A pool of XML parsers.
|
Class | Description |
---|---|
BasicParserPool |
A pool of JAXP 1.3
DocumentBuilder s. |
ClasspathResolver |
A entity resolver that resolves an entity's location within the classpath.
|
LoggingErrorHandler |
A SAX error handler that logs errors a
Logger before rethrowing them. |
StaticBasicParserPool |
A pool of JAXP 1.3
DocumentBuilder s. |
Exception | Description |
---|---|
XMLParserException |
An exception thrown when there is a problem creating an XML parser or parsing XML with on.
|
DocumentBuilders
).
DOM parsers can be very expensive to create, the ParserPool
helps by allows them to be
cached and reused.Copyright © 2018 JBoss by Red Hat. All rights reserved.