See: Description
| Class | Description |
|---|---|
| ErrorHandlerAdapter |
An implementation of
ErrorHandler that does nothing; meant
to be used as the base for a useful implementation, in cases where you
only want to intercept certain conditions (such as validation errors). |
| ExceptionErrorHandler |
An error handler that throws
XmlException on any error,
and maintains a list of warnings. |
| NodeListIterable |
A wrapper for a DOM
NodeList that allows it to be used in a
JDK 1.5 for-each loop. |
| NodeListIterator |
A wrapper for
NodeList that provides full iterator
behavior. |
| SimpleXMLReader |
An implementation of
XMLReader based on XMLFilterImpl, which implements the parse() methods
(default behavior of XMLFilterImpl is to delegate to a
parent XMLReader, and throw NullPointerException
if there is no parent). |
| XMLFilterImplBridge |
This class acts as a bridge between the
DefaultHandler
expected by SAXParser, and the XMLReader
used by SAXSource. |
practicalxml tree,
but may have dependencies on third-party libraries.