Uses of Interface javax.xml.transform.Source

Uses in package javax.xml.transform.sax

Classes implementing javax.xml.transform.Source

class
Specifies a SAX XML source.

Methods with parameter type javax.xml.transform.Source

TransformerHandler
Returns a content handler that can process SAX events into a result, using the specified transformation.
XMLFilter
Creates an XML filter for the specified source.
InputSource
Converts a source into a SAX input source.

Uses in package javax.xml.stream

Methods with parameter type javax.xml.transform.Source

XMLEventReader
Creates a new event reader.
XMLStreamReader
Creates a new stream reader.

Uses in package javax.xml.transform.dom

Classes implementing javax.xml.transform.Source

class
An XML source specified as a W3C DOM node context.

Uses in package javax.xml.validation

Methods with parameter type javax.xml.transform.Source

Schema
Returns a schema based on the specified source resource.
Schema
Parses the specified sources, and combine them into a single schema.
void
Validate the specified input.
void
Validator.validate(Source source, Result result)
Validate the specified input.

Uses in package javax.xml.transform.stream

Classes implementing javax.xml.transform.Source

class
Specifies a stream from which to read the source XML data.

Uses in package javax.xml.transform

Methods with parameter type javax.xml.transform.Source

Source
Returns a source object representing the XML resource specified by the xml-stylesheet processing instruction and matching the given criteria.
Templates
Creates a new compiled transformation using the specified stylesheet.
Transformer
Creates a new transformer using the specified stylesheet.
void
Transformer.transform(Source xmlSource, Result outputTarget)
Transforms the source XML to a result tree.

Methods with return type javax.xml.transform.Source

Source
Returns a source object representing the XML resource specified by the xml-stylesheet processing instruction and matching the given criteria.
Source
Resolves an xsl:include, xsl:import, or XPath document() function.