DocumentBuilders
).
参照先: 説明
インタフェース | 説明 |
---|---|
ParserPool |
A pool of XML parsers.
|
クラス | 説明 |
---|---|
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. |
例外 | 説明 |
---|---|
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 © 2012. All Rights Reserved.