API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform.stax. StAXSource View Source
Author(s)
Neeraj Bajaj
Jeff Suttor
Since
1.6
Version
$Revision: 1.4 $, $Date: 2006/04/24 13:42:27 $
Serial
Hierarchy
 Object
      StAXSource
Implements
 Source
Subclasses
Description
public class StAXSource
  Acts as a holder for an XML Source in the form of a StAX reader,i.e.
Constructors
public StAXSource (XMLEventReader xmlEventReader) throws XMLStreamException
  Creates a new instance of a StAXSource by supplying an XMLEventReader.
public StAXSource (XMLStreamReader xmlStreamReader)
  Creates a new instance of a StAXSource by supplying an XMLStreamReader.
Methods
Hide/Show inherited methods
public String getSystemId () [Specified in Source]
  Get the system identifier used by this StAXSource.
public XMLEventReader getXMLEventReader ()
  Get the XMLEventReader used by this StAXSource.
public XMLStreamReader getXMLStreamReader ()
  Get the XMLStreamReader used by this StAXSource.
public void setSystemId (String systemId) [Specified in Source]
  In the context of a StAXSource, it is not appropriate to explicitly set the system identifier.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.stax.StAXSource/feature"
If TransformerFactory.getFeature(String name) returns true when passed this value as an argument, the Transformer supports Source input of this type.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar