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

All Implemented Interfaces:
    Result

DocumentResult implements a JAXP SAXResult for a Document .

Fields inherited from javax.xml.transform.sax.SAXResult:
FEATURE
Constructor:
 public DocumentResult() 
 public DocumentResult(SAXContentHandler contentHandler) 
Method from org.dom4j.io.DocumentResult Summary:
getDocument,   setHandler,   setLexicalHandler
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.DocumentResult Detail:
 public Document getDocument() 
    DOCUMENT ME!
 public  void setHandler(ContentHandler handler) 
 public  void setLexicalHandler(LexicalHandler handler)