| 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 |
|---|---|
class |
HTMLWriter
HTMLWriter takes a DOM4J tree and formats it to a stream as
HTML. |
| Modifier and Type | Method and Description |
|---|---|
XMLWriter |
XMLResult.getXMLWriter() |
XMLWriter |
SAXModifier.getXMLWriter()
Returns the current
XMLWriter. |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLResult.setXMLWriter(XMLWriter writer) |
void |
SAXModifier.setXMLWriter(XMLWriter writer)
Sets the
XMLWriterused to write the modified document. |
| Constructor and Description |
|---|
XMLResult(XMLWriter xmlWriter) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.