Uses of Interface javax.xml.transform.Templates

Uses in package gnu.xml.transform

Methods with parameter type javax.xml.transform.Templates

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 compiled stylesheet.

Methods with return type javax.xml.transform.Templates

Templates

Uses in package gnu.xml.util

Methods with parameter type javax.xml.transform.Templates

TransformerHandler
Throws an exception (XSLT is not supported).
XMLFilter
Throws an exception (XSLT is not supported).

Methods with return type javax.xml.transform.Templates

Templates
Throws an exception (XSLT is not supported).

Uses in package gnu.xml.libxmlj.transform

Classes implementing javax.xml.transform.Templates

class
An implementation of Transformer which performs XSLT transformation using libxslt.

Methods with return type javax.xml.transform.Templates

Templates
Returns a new instance of class Templates for the given souce.

Uses in package javax.xml.transform

Methods with return type javax.xml.transform.Templates

Templates
Creates a new compiled transformation using the specified stylesheet.

Uses in package javax.xml.transform.sax

Methods with parameter type javax.xml.transform.Templates

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 compiled stylesheet.

Methods with return type javax.xml.transform.Templates

Templates
Returns the templates object created by the parsing of the SAX events.