Uses of Interface javax.xml.transform.Source

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.

Uses in package gnu.xml.stream

Methods with parameter type javax.xml.transform.Source

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

Uses in package gnu.xml.validation.relaxng

Methods with parameter type javax.xml.transform.Source

Schema

Uses in package gnu.xml.libxmlj.transform

Methods with parameter type javax.xml.transform.Source

Source
Returns the stylesheet associated with the specified XML source, or null if no associated stylesheet could be found.
Templates
Returns a new instance of class Templates for the given souce.
Transformer
Returns a new instance of class Transformer for the given souce.
void
Transforms the given source and writes the result to the given target.

Methods with return type javax.xml.transform.Source

Source
Returns the stylesheet associated with the specified XML source, or null if no associated stylesheet could be found.

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 gnu.xml.libxmlj.util

Methods with parameter type javax.xml.transform.Source

NamedInputStream
Returns an input stream for the specified transformer source.

Uses in package gnu.xml.transform

Methods with parameter type javax.xml.transform.Source

Source
Templates
Transformer
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.

Methods with return type javax.xml.transform.Source

Source

Uses in package gnu.xml.util

Methods with parameter type javax.xml.transform.Source

Source
(not yet implemented)
Templates
Throws an exception (XSLT is not supported).
Transformer
Throws an exception (XSLT is not supported).
TransformerHandler
Throws an exception (XSLT is not supported).
XMLFilter
Throws an exception (XSLT is not supported).

Methods with return type javax.xml.transform.Source

Source
(not yet implemented)

Uses in package gnu.xml.validation.xmlschema

Methods with parameter type javax.xml.transform.Source

Schema
Parses the specified sources, and combine them into a single schema.

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.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.stream

Classes implementing javax.xml.transform.Source

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