API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform.sax. SAXSource View Source
Author(s)
Jeff Suttor
Since
Version
$Revision: 1.3 $, $Date: 2005/11/03 19:34:26 $
Serial
Hierarchy
 Object
      SAXSource
Implements
 Source
Subclasses
Description
public class SAXSource
  Acts as an holder for SAX-style Source.
See also:   
Constructors
public SAXSource ()
  Zero-argument default constructor.
public SAXSource (InputSource inputSource)
  Create a SAXSource, using a SAX InputSource.
public SAXSource (XMLReader reader, InputSource inputSource)
  Create a SAXSource, using an XMLReader and a SAX InputSource.
Methods
Hide/Show inherited methods
public InputSource getInputSource ()
  Get the SAX InputSource to be used for the Source.
public String getSystemId () [Specified in Source]
  Get the base ID (URI or system ID) from where URIs will be resolved.
public XMLReader getXMLReader ()
  Get the XMLReader to be used for the Source.
public void setInputSource (InputSource inputSource)
  Set the SAX InputSource to be used for the Source.
public void setSystemId (String systemId) [Specified in Source]
  Set the system identifier for this Source.
public void setXMLReader (XMLReader reader)
  Set the XMLReader to be used for the Source.
publicstatic InputSource sourceToInputSource (Source source)
  Attempt to obtain a SAX InputSource object from a Source object.
Fields
Hide/Show inherited fields
publicfinalstatic String FEATURE = "http://javax.xml.transform.sax.SAXSource/feature"
If TransformerFactory.getFeature(java.lang.String) 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