Package | Description |
---|---|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
org.dom4j.jaxb |
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(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) |
Modifier and Type | Method and Description |
---|---|
OutputFormat |
JAXBWriter.getOutputFormat()
Returns the OutputFormat that will be used when writing the XML stream.
|
Constructor and Description |
---|
JAXBModifier(String contextPath,
ClassLoader classloader,
OutputFormat outputFormat)
Creates a new JAXBModifier for the given JAXB context path, using the
specified
Classloader . |
JAXBModifier(String contextPath,
OutputFormat outputFormat)
Creates a new JAXBModifier for the given JAXB context path.
|
JAXBWriter(String contextPath,
ClassLoader classloader,
OutputFormat outputFormat)
Creates a new JAXBWriter for the given JAXB context path, using the
specified
Classloader . |
JAXBWriter(String contextPath,
OutputFormat outputFormat)
Creates a new JAXBWriter for the given JAXB context path.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.