|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Templates | |
javax.xml.transform | This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. |
javax.xml.transform.sax | This package implements SAX2-specific transformation APIs. |
org.apache.xalan.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of Templates in javax.xml.transform |
Methods in javax.xml.transform that return Templates | |
abstract Templates |
TransformerFactory.newTemplates(Source source)
Process the Source into a Templates object, which is a a compiled representation of the source. |
Uses of Templates in javax.xml.transform.sax |
Methods in javax.xml.transform.sax that return Templates | |
Templates |
TemplatesHandler.getTemplates()
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. |
Methods in javax.xml.transform.sax with parameters of type Templates | |
abstract TransformerHandler |
SAXTransformerFactory.newTransformerHandler(Templates templates)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument. |
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Templates templates)
Create an XMLFilter, based on the Templates argument.. |
Uses of Templates in org.apache.xalan.processor |
Methods in org.apache.xalan.processor that return Templates | |
Templates |
TransformerFactoryImpl.processFromNode(Node node)
Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature. |
Templates |
TransformerFactoryImpl.newTemplates(Source source)
Process the source into a Templates object, which is likely a compiled representation of the source. |
Templates |
StylesheetHandler.getTemplates()
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 |
CompiledStylesheetBundle.loadBundle(java.lang.String filename)
Reload an executable bundle -- a zipfile or jarfile containing the serialized root and the synthesized classes needed to support it, and a main entry point which retrieves these. |
Methods in org.apache.xalan.processor with parameters of type Templates | |
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Templates templates)
Create an XMLFilter that uses the given source as the transformation instructions. |
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler(Templates templates)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument. |
Uses of Templates in org.apache.xalan.templates |
Classes in org.apache.xalan.templates that implement Templates | |
class |
StylesheetRoot
This class represents the root object of the stylesheet tree. |
Uses of Templates in org.apache.xalan.transformer |
Constructors in org.apache.xalan.transformer with parameters of type Templates | |
TrAXFilter.TrAXFilter(Templates templates)
Construct an empty XML filter, with no parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |