javax.xml.transform.sax

Class SAXResult

public class SAXResult extends Object implements Result

Collects the result of a SAX transform.

Version: 1.0

Author: Andrew Selkirk, David Brownell

Field Summary
static StringFEATURE
Used with TransformerFactory.getFeature() to determine whether the transformers it produces support SAXResult objects as outputs.
Constructor Summary
SAXResult()
SAXResult(ContentHandler handler)
Method Summary
ContentHandlergetHandler()
LexicalHandlergetLexicalHandler()
StringgetSystemId()
voidsetHandler(ContentHandler handler)
voidsetLexicalHandler(LexicalHandler lexHandler)
voidsetSystemId(String systemID)

Field Detail

FEATURE

public static final String FEATURE
Used with TransformerFactory.getFeature() to determine whether the transformers it produces support SAXResult objects as outputs.

Constructor Detail

SAXResult

public SAXResult()

SAXResult

public SAXResult(ContentHandler handler)

Method Detail

getHandler

public ContentHandler getHandler()

getLexicalHandler

public LexicalHandler getLexicalHandler()

getSystemId

public String getSystemId()

setHandler

public void setHandler(ContentHandler handler)

setLexicalHandler

public void setLexicalHandler(LexicalHandler lexHandler)

setSystemId

public void setSystemId(String systemID)

Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.