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. 
 

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.DEFAULT_HTML_FORMAT
           
 

Methods in org.dom4j.io that return OutputFormat
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.
 

Constructors in org.dom4j.io with parameters of type OutputFormat
HTMLWriter(OutputFormat format)
           
HTMLWriter(java.io.OutputStream out, OutputFormat format)
           
HTMLWriter(java.io.Writer writer, OutputFormat format)
           
XMLResult(java.io.OutputStream out, OutputFormat format)
           
XMLResult(java.io.Writer writer, OutputFormat format)
           
XMLWriter(OutputFormat format)
           
XMLWriter(java.io.OutputStream out, OutputFormat format)
           
XMLWriter(java.io.Writer writer, OutputFormat format)
           
 



Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo