Class Summary |
DocumentResult |
DocumentResult implements a JAXP Result
for a Document . |
DocumentSource |
DocumentSource implements a JAXP Source
for a Document . |
DOMReader |
DOMReader navigates a W3C DOM tree and creates
a DOM4J tree from it. |
DOMWriter |
DOMWriter takes a DOM4J tree and outputs
it as a W3C DOM object |
HTMLWriter |
HTMLWriter takes a DOM4J tree and formats it to a
stream as HTML. |
OutputFormat |
OutputFormat represents the format configuration
used by XMLWriter and its base classes to format the XML output |
SAXContentHandler |
SAXContentHandler builds a dom4j tree via SAX events. |
SAXReader |
SAXReader creates a DOM4J tree from SAX parsing events. |
SAXReader.SAXEntityResolver |
|
SAXValidator |
SAXValidator validates an XML document by
writing the document to a text buffer and parsing it with a validating
SAX parser. |
SAXWriter |
SAXWriter writes a DOM4J tree to a SAX ContentHandler. |
XMLResult |
XMLResult implements a JAXP Result
for an output stream with support for pretty printing
and control over how the XML is formatted. |
XMLWriter |
XMLWriter takes a DOM4J tree and formats it to a
stream as XML. |
XPPReader |
XPPReader is a Reader of DOM4J documents that
uses the fast
XML Pull Parser 2.x. |