|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFormat | |
org.dom4j.io | |
org.dom4j.tree |
Uses of OutputFormat in org.dom4j.io |
Fields in org.dom4j.io declared as OutputFormat | |
protected static OutputFormat |
HTMLWriter.defaultHtmlFormat
|
protected static OutputFormat |
XMLWriter.DEFAULT_FORMAT
|
Methods in org.dom4j.io that return OutputFormat | |
protected OutputFormat |
XMLWriter.getOutputFormat()
Lets subclasses get at the current format object, so they can call setTrimText, setNewLines, etc. |
static OutputFormat |
OutputFormat.createPrettyPrint()
A static helper method to create the default pretty printing format. |
static OutputFormat |
OutputFormat.createCompactFormat()
A static helper method to create the default compact format. |
Constructors in org.dom4j.io with parameters of type OutputFormat | |
HTMLWriter(java.io.Writer writer,
OutputFormat format)
|
|
HTMLWriter(OutputFormat format)
|
|
HTMLWriter(java.io.OutputStream out,
OutputFormat format)
|
|
XMLWriter(java.io.Writer writer,
OutputFormat format)
|
|
XMLWriter(java.io.OutputStream out,
OutputFormat format)
|
|
XMLWriter(OutputFormat format)
|
|
XMLResult(java.io.Writer writer,
OutputFormat format)
|
|
XMLResult(java.io.OutputStream out,
OutputFormat format)
|
Uses of OutputFormat in org.dom4j.tree |
Fields in org.dom4j.tree declared as OutputFormat | |
protected static OutputFormat |
AbstractBranch.outputFormat
The output format used by default |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |