Package | Description |
---|---|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
SAXModifyContentHandler
This extension of the SAXContentHandler writes SAX events immediately to the
provided XMLWriter, unless some
org.dom4.ElementHandler is still
handling the current Element. |
Modifier and Type | Field and Description |
---|---|
private SAXContentHandler |
DocumentResult.contentHandler |
Modifier and Type | Method and Description |
---|---|
protected SAXContentHandler |
SAXModifyReader.createContentHandler(org.xml.sax.XMLReader reader) |
protected SAXContentHandler |
SAXReader.createContentHandler(org.xml.sax.XMLReader reader)
Factory Method to allow user derived SAXContentHandler objects to be used
|
Constructor and Description |
---|
DocumentResult(SAXContentHandler contentHandler) |