org.dom4j.io

Class XMLResult

public class XMLResult extends SAXResult

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

Version: $Revision: 1.9 $

Author: James Strachan

Constructor Summary
XMLResult()
XMLResult(Writer writer)
XMLResult(Writer writer, OutputFormat format)
XMLResult(OutputStream out)
XMLResult(OutputStream out, OutputFormat format)
XMLResult(XMLWriter xmlWriter)
Method Summary
ContentHandlergetHandler()
LexicalHandlergetLexicalHandler()
XMLWritergetXMLWriter()
voidsetXMLWriter(XMLWriter writer)

Constructor Detail

XMLResult

public XMLResult()

XMLResult

public XMLResult(Writer writer)

XMLResult

public XMLResult(Writer writer, OutputFormat format)

XMLResult

public XMLResult(OutputStream out)

XMLResult

public XMLResult(OutputStream out, OutputFormat format)

XMLResult

public XMLResult(XMLWriter xmlWriter)

Method Detail

getHandler

public ContentHandler getHandler()

getLexicalHandler

public LexicalHandler getLexicalHandler()

getXMLWriter

public XMLWriter getXMLWriter()

setXMLWriter

public void setXMLWriter(XMLWriter writer)
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge