API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform.sax. SAXResult View Source
Author(s)
Jeff Suttor
Since
Version
Serial
Hierarchy
 Object
      SAXResult
Implements
 Result
Subclasses
Description
public class SAXResult
  Acts as an holder for a transformation Result.
See also:   
Constructors
public SAXResult ()
Zero-argument default constructor.
public SAXResult (ContentHandler handler)
  Create a SAXResult that targets a SAX2 ContentHandler.
Methods
Hide/Show inherited methods
public ContentHandler getHandler ()
  Get the ContentHandler that is the Result.
public LexicalHandler getLexicalHandler ()
  Get a SAX2 LexicalHandler for the output.
public String getSystemId () [Specified in Result]
  Get the system identifier that was set with setSystemId.
public void setHandler (ContentHandler handler)
  Set the target to be a SAX2 ContentHandler.
public void setLexicalHandler (LexicalHandler handler)
  Set the SAX2 LexicalHandler for the output.
public void setSystemId (String systemId) [Specified in Result]
  Method setSystemId Set the systemID that may be used in association with the ContentHandler.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.sax.SAXResult/feature"
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer supports Result output of this type.
publicfinalstatic String PI_DISABLE_OUTPUT_ESCAPING = "javax.xml.transform.disable-output-escaping" [Inherited From Result]
  The name of the processing instruction that is sent if the result tree disables output escaping.
publicfinalstatic String PI_ENABLE_OUTPUT_ESCAPING = "javax.xml.transform.enable-output-escaping" [Inherited From Result]
  The name of the processing instruction that is sent if the result tree enables output escaping at some point after having received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar