Uses of Class
org.dom4j.io.OutputFormat

Packages that use OutputFormat
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
org.dom4j.jaxb   
org.dom4j.tree Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model. 
 

Uses of OutputFormat in org.dom4j.io
 

Fields in org.dom4j.io declared as OutputFormat
protected static OutputFormat XMLWriter.DEFAULT_FORMAT
           
protected static OutputFormat HTMLWriter.defaultHtmlFormat
           
 

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
XMLResult(java.io.Writer writer, OutputFormat format)
           
XMLResult(java.io.OutputStream out, OutputFormat format)
           
XMLWriter(java.io.Writer writer, OutputFormat format)
           
XMLWriter(java.io.OutputStream out, OutputFormat format)
           
XMLWriter(OutputFormat format)
           
HTMLWriter(java.io.Writer writer, OutputFormat format)
           
HTMLWriter(OutputFormat format)
           
HTMLWriter(java.io.OutputStream out, OutputFormat format)
           
 

Uses of OutputFormat in org.dom4j.jaxb
 

Methods in org.dom4j.jaxb that return OutputFormat
 OutputFormat JAXBWriter.getOutputFormat()
          Returns the OutputFormat that will be used when writing the XML stream.
 

Constructors in org.dom4j.jaxb with parameters of type OutputFormat
JAXBWriter(java.lang.String contextPath, OutputFormat outputFormat)
          Creates a new JAXBWriter for the given JAXB context path.
JAXBWriter(java.lang.String contextPath, java.lang.ClassLoader classloader, OutputFormat outputFormat)
          Creates a new JAXBWriter for the given JAXB context path, using the specified java.lang.Classloader.
JAXBModifier(java.lang.String contextPath, OutputFormat outputFormat)
          Creates a new JAXBModifier for the given JAXB context path.
JAXBModifier(java.lang.String contextPath, java.lang.ClassLoader classloader, OutputFormat outputFormat)
          Creates a new JAXBModifier for the given JAXB context path, using the specified java.lang.Classloader.
 

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
 



Copyright © 2004 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo