API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform.stax. StAXResult View Source
Author(s)
Neeraj Bajaj
Jeff Suttor
Since
1.6
Version
$Revision: 1.4 $, $Date: 2006/04/24 13:42:26 $
Serial
Hierarchy
 Object
      StAXResult
Implements
 Result
Subclasses
Description
public class StAXResult
  Acts as a holder for an XML Result in the form of a StAX writer,i.e.
Constructors
public StAXResult (XMLEventWriter xmlEventWriter)
  Creates a new instance of a StAXResult by supplying an XMLEventWriter.
public StAXResult (XMLStreamWriter xmlStreamWriter)
  Creates a new instance of a StAXResult by supplying an XMLStreamWriter.
Methods
Hide/Show inherited methods
public String getSystemId () [Specified in Result]
  The returned system identifier is always null.
public XMLEventWriter getXMLEventWriter ()
  Get the XMLEventWriter used by this StAXResult.
public XMLStreamWriter getXMLStreamWriter ()
  Get the XMLStreamWriter used by this StAXResult.
public void setSystemId (String systemId) [Specified in Result]
  In the context of a StAXResult, it is not appropriate to explicitly set the system identifier.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.stax.StAXResult/feature"
If TransformerFactory.getFeature(String name) 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