Uses of Interface javax.xml.transform.Templates

Uses in package javax.xml.transform.sax

Methods with parameter type javax.xml.transform.Templates

TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
XMLFilter
Create an XMLFilter, based on the Templates argument..

Methods with return type javax.xml.transform.Templates

Templates
When a TemplatesHandler object is used as a ContentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.

Uses in package org.apache.xalan.xsltc.runtime

Methods with parameter type javax.xml.transform.Templates

void

Methods with return type javax.xml.transform.Templates

Templates

Uses in package org.apache.xalan.xsltc.trax

Classes implementing javax.xml.transform.Templates

class

Methods with parameter type javax.xml.transform.Templates

TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events based on a transformer specified by the stylesheet Source.
TransformerHandler
javax.xml.transform.sax.SAXTransformerFactory implementation.
XMLFilter
Create an XMLFilter, based on the Templates argument..
XMLFilter
javax.xml.transform.sax.SAXTransformerFactory implementation.

Methods with return type javax.xml.transform.Templates

Templates
Implements javax.xml.transform.sax.TemplatesHandler.getTemplates() When a TemplatesHandler object is used as a ContentHandler or DocumentHandler for the parsing of transformation instructions, it creates a Templates object, which the caller can get once the SAX events have been completed.
Templates
Create a Templates object that from the input stylesheet Uses the org.apache.xalan.xsltc.trax.TransformerFactory.
Templates
javax.xml.transform.sax.TransformerFactory implementation.

Constructors with parameter type javax.xml.transform.Templates

Uses in package javax.xml.transform

Methods with return type javax.xml.transform.Templates

Templates
Process the Source into a Templates object, which is a a compiled representation of the source.

Uses in package org.apache.xalan.transformer

Constructors with parameter type javax.xml.transform.Templates

Construct an empty XML filter, with no parent.

Uses in package org.apache.xalan.templates

Classes implementing javax.xml.transform.Templates

class
This class represents the root object of the stylesheet tree.

Uses in package org.apache.xalan.processor

Methods with parameter type javax.xml.transform.Templates

TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
XMLFilter
Create an XMLFilter that uses the given source as the transformation instructions.

Methods with return type javax.xml.transform.Templates

Templates
When this object is used as a ContentHandler or ContentHandler, it will create a Templates object, which the caller can get once the SAX events have been completed.
Templates
Process the source into a Templates object, which is likely a compiled representation of the source.
Templates

Copyright B) 2004 Apache XML Project. All Rights Reserved.