| java.lang.Object javax.xml.transform.sax.SAXSource
SAXSource | public class SAXSource implements Source(Code) | | Acts as a holder for "pull style" inputs to an XSLT transform.
SAX based transforms can support a second style of inputs,
driving by a
TransformerHandler as output of some
other SAX processing pipeline. stage.
See Also: SAXTransformerFactory.newTransformerHandler author: Andrew Selkirk, David Brownell version: 1.0 |
Field Summary | |
final public static String | FEATURE Used with TransformerFactory.getFeature() to determine
whether the transformers it produces support SAXSource objects
(possibly without URIs) as inputs. |
FEATURE | final public static String FEATURE(Code) | | Used with TransformerFactory.getFeature() to determine
whether the transformers it produces support SAXSource objects
(possibly without URIs) as inputs.
|
SAXSource | public SAXSource()(Code) | | |
sourceToInputSource | public static InputSource sourceToInputSource(Source in)(Code) | | Creates a SAX input source from its argument.
Understands StreamSource and System ID based input sources,
and insists on finding either a system ID (URI) or some kind
of input stream (character or byte).
Parameters: in - TRAX style input source SAX input source, or null if one could not becreated. |
|
|