org.dom4j.io
public class XMLResult extends SAXResult
XMLResult
implements a JAXP {@link SAXResult}for an output
stream with support for pretty printing and control over how the XML is
formatted.
Version: $Revision: 1.9 $
Constructor Summary | |
---|---|
XMLResult() | |
XMLResult(Writer writer) | |
XMLResult(Writer writer, OutputFormat format) | |
XMLResult(OutputStream out) | |
XMLResult(OutputStream out, OutputFormat format) | |
XMLResult(XMLWriter xmlWriter) |
Method Summary | |
---|---|
ContentHandler | getHandler() |
LexicalHandler | getLexicalHandler() |
XMLWriter | getXMLWriter() |
void | setXMLWriter(XMLWriter writer) |