Package | Description |
---|---|
org.dom4j.datatype |
An implementation of the dom4j API which supports the XML Schema Data Types specification.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
|
org.dom4j.jaxb |
Class and Description |
---|
SAXReader
SAXReader creates a DOM4J tree from SAX parsing events. |
Class and Description |
---|
DispatchHandler
DispatchHandler implements the ElementHandler
interface and provides a means to register multiple
ElementHandler instances to be used by an event based
processor. |
DOMSAXContentHandler
SAXContentHandler builds W3C DOM object via SAX events. |
ElementModifier
ElementModifier defines a modifier of
Element objects. |
ElementStack
ElementStack is used internally inside the SAXContentHandler to maintain a stack of Element instances. |
HTMLWriter.FormatState |
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. |
SAXEventRecorder.SAXEvent |
SAXModifyReader
The SAXModifier parses, updates and writes an XML document.
|
SAXReader
SAXReader creates a DOM4J tree from SAX parsing events. |
XMLWriter
XMLWriter takes a DOM4J tree and formats it to a stream as
XML. |
Class and Description |
---|
ElementModifier
ElementModifier defines a modifier of
Element objects. |
OutputFormat
OutputFormat represents the format configuration used by
XMLWriter and its base classes to format the XML output |
SAXModifier
The SAXModifier reads, modifies and writes XML documents using SAX.
|
SAXReader
SAXReader creates a DOM4J tree from SAX parsing events. |
XMLWriter
XMLWriter takes a DOM4J tree and formats it to a stream as
XML. |