Uses of Class
org.dom4j.io.OutputFormat
Packages that use OutputFormat
Package
Description
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
-
Uses of OutputFormat in org.dom4j.io
Fields in org.dom4j.io declared as OutputFormatModifier and TypeFieldDescriptionprotected static final OutputFormat
XMLWriter.DEFAULT_FORMAT
protected static final OutputFormat
HTMLWriter.DEFAULT_HTML_FORMAT
Methods in org.dom4j.io that return OutputFormatModifier and TypeMethodDescriptionstatic 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.Constructors in org.dom4j.io with parameters of type OutputFormatModifierConstructorDescriptionHTMLWriter
(OutputStream out, OutputFormat format) HTMLWriter
(Writer writer, OutputFormat format) HTMLWriter
(OutputFormat format) XMLResult
(OutputStream out, OutputFormat format) XMLResult
(Writer writer, OutputFormat format) XMLWriter
(OutputStream out, OutputFormat format) XMLWriter
(Writer writer, OutputFormat format) XMLWriter
(OutputFormat format) -
Uses of OutputFormat in org.dom4j.jaxb
Methods in org.dom4j.jaxb that return OutputFormatModifier and TypeMethodDescriptionJAXBWriter.getOutputFormat()
Returns the OutputFormat that will be used when writing the XML stream.Constructors in org.dom4j.jaxb with parameters of type OutputFormatModifierConstructorDescriptionJAXBModifier
(String contextPath, ClassLoader classloader, OutputFormat outputFormat) Creates a new JAXBModifier for the given JAXB context path, using the specifiedClassLoader
.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 specifiedClassLoader
.JAXBWriter
(String contextPath, OutputFormat outputFormat) Creates a new JAXBWriter for the given JAXB context path.