Package org.dom4j.io
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
See:
Description
| Interface Summary |
| ElementModifier |
ElementModifier defines a modifier of {@link org.dom4j.Element}objects. |
| Class Summary |
| DocumentResult |
DocumentResult implements a JAXP {@link SAXResult}for a
{@link Document}.
|
| DocumentSource |
DocumentSource implements a JAXP {@link SAXSource}for a
{@linkDocument}.
|
| 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
{@linkXMLWriter}and its base classes to format the XML output
|
| SAXContentHandler |
SAXContentHandler builds a dom4j tree via SAX events.
|
| SAXEventRecorder |
Records SAX events such that they may be "replayed" at a later time. |
| SAXModifier |
The SAXModifier reads, modifies and writes XML documents using SAX.
|
| 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.
|
| STAXEventReader |
Reads a DOM4J {@link Document}, as well as other {@link Node}s, from a StAX
{@link XMLEventReader}.
|
| STAXEventWriter |
Writes DOM4J {@link Node}s to a StAX event stream. |
| XMLResult |
XMLResult implements a JAXP {@link SAXResult}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. |
| XPP3Reader |
XPP3Reader is a Reader of DOM4J documents that uses the fast
XML Pull Parser 3.x .
|
| XPPReader |
XPPReader is a Reader of DOM4J documents that uses the fast XML Pull Parser 2.x . |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by
SourceForge