Package org.dom4j.io
Class XMLResult
- java.lang.Object
-
- javax.xml.transform.sax.SAXResult
-
- org.dom4j.io.XMLResult
-
-
Field Summary
-
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
-
Constructor Summary
Constructors Constructor Description XMLResult()
XMLResult(OutputStream out)
XMLResult(OutputStream out, OutputFormat format)
XMLResult(Writer writer)
XMLResult(Writer writer, OutputFormat format)
XMLResult(XMLWriter xmlWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentHandler
getHandler()
LexicalHandler
getLexicalHandler()
XMLWriter
getXMLWriter()
void
setXMLWriter(XMLWriter writer)
-
Methods inherited from class javax.xml.transform.sax.SAXResult
getSystemId, setHandler, setLexicalHandler, setSystemId
-
-
-
-
Constructor Detail
-
XMLResult
public XMLResult()
-
XMLResult
public XMLResult(Writer writer)
-
XMLResult
public XMLResult(Writer writer, OutputFormat format)
-
XMLResult
public XMLResult(OutputStream out) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
XMLResult
public XMLResult(OutputStream out, OutputFormat format) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
XMLResult
public XMLResult(XMLWriter xmlWriter)
-
-
Method Detail
-
getXMLWriter
public XMLWriter getXMLWriter()
-
setXMLWriter
public void setXMLWriter(XMLWriter writer)
-
getHandler
public ContentHandler getHandler()
- Overrides:
getHandler
in classSAXResult
-
getLexicalHandler
public LexicalHandler getLexicalHandler()
- Overrides:
getLexicalHandler
in classSAXResult
-
-