Save This Page
Home » dom4j-1.6.1 » org.dom4j.io » [javadoc | source]
org.dom4j.io
public class: XMLResult [javadoc | source]
java.lang.Object
   javax.xml.transform.sax.SAXResult
      org.dom4j.io.XMLResult

All Implemented Interfaces:
    Result

XMLResult implements a JAXP SAXResult for an output stream with support for pretty printing and control over how the XML is formatted.

Fields inherited from javax.xml.transform.sax.SAXResult:
FEATURE
Constructor:
 public XMLResult() 
 public XMLResult(Writer writer) 
 public XMLResult(OutputStream out) throws UnsupportedEncodingException 
 public XMLResult(XMLWriter xmlWriter) 
 public XMLResult(Writer writer,
    OutputFormat format) 
 public XMLResult(OutputStream out,
    OutputFormat format) throws UnsupportedEncodingException 
Method from org.dom4j.io.XMLResult Summary:
getHandler,   getLexicalHandler,   getXMLWriter,   setXMLWriter
Methods from javax.xml.transform.sax.SAXResult:
getHandler,   getLexicalHandler,   getSystemId,   setHandler,   setLexicalHandler,   setSystemId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.io.XMLResult Detail:
 public ContentHandler getHandler() 
 public LexicalHandler getLexicalHandler() 
 public XMLWriter getXMLWriter() 
 public  void setXMLWriter(XMLWriter writer)