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 | Field and Description |
---|---|
protected static OutputFormat |
XMLWriter.DEFAULT_FORMAT |
protected static OutputFormat |
HTMLWriter.DEFAULT_HTML_FORMAT |
Modifier and Type | Method and Description |
---|---|
static OutputFormat |
OutputFormat.createCompactFormat()
A static helper method to create the default compact format.
|
static OutputFormat |
OutputFormat.createPrettyPrint()
A static helper method to create the default pretty printing format.
|
protected OutputFormat |
XMLWriter.getOutputFormat()
Lets subclasses get at the current format object, so they can call
setTrimText, setNewLines, etc.
|
Constructor and Description |
---|
HTMLWriter(OutputFormat format) |
HTMLWriter(java.io.OutputStream out,
OutputFormat format) |
HTMLWriter(java.io.Writer writer,
OutputFormat format) |
XMLResult(java.io.OutputStream out,
OutputFormat format) |
XMLResult(java.io.Writer writer,
OutputFormat format) |
XMLWriter(OutputFormat format) |
XMLWriter(java.io.OutputStream out,
OutputFormat format) |
XMLWriter(java.io.Writer writer,
OutputFormat format) |
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by