程序包 | 说明 |
---|---|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
限定符和类型 | 字段和说明 |
---|---|
protected static OutputFormat |
XMLWriter.DEFAULT_FORMAT |
protected static OutputFormat |
HTMLWriter.DEFAULT_HTML_FORMAT |
限定符和类型 | 方法和说明 |
---|---|
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.
|
构造器和说明 |
---|
HTMLWriter(OutputFormat format) |
HTMLWriter(OutputStream out,
OutputFormat format) |
HTMLWriter(Writer writer,
OutputFormat format) |
XMLResult(OutputStream out,
OutputFormat format) |
XMLResult(Writer writer,
OutputFormat format) |
XMLWriter(OutputFormat format) |
XMLWriter(OutputStream out,
OutputFormat format) |
XMLWriter(Writer writer,
OutputFormat format) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by