javax.xml.transform.sax
public class SAXSource extends Object implements Source
Version: 1.0
See Also: SAXTransformerFactory
| Field Summary | |
|---|---|
| static String | FEATURE
Used with TransformerFactory.getFeature() to determine
whether the transformers it produces support SAXSource objects
(possibly without URIs) as inputs. |
| Constructor Summary | |
|---|---|
| SAXSource() | |
| SAXSource(XMLReader reader, InputSource source) | |
| SAXSource(InputSource source) | |
| Method Summary | |
|---|---|
| InputSource | getInputSource() |
| String | getSystemId() |
| XMLReader | getXMLReader() |
| void | setInputSource(InputSource source) |
| void | setSystemId(String systemID) |
| void | setXMLReader(XMLReader reader) |
| static InputSource | sourceToInputSource(Source in)
Creates a SAX input source from its argument.
|
Parameters: in TRAX style input source
Returns: SAX input source, or null if one could not be created.
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.