Package | Description |
---|---|
javax.xml.transform | |
javax.xml.transform.sax | |
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.
|
org.apache.xalan.xsltc.runtime | |
org.apache.xalan.xsltc.trax |
Modifier and Type | Method and Description |
---|---|
abstract Templates |
TransformerFactory.newTemplates(Source source)
Process the Source into a Templates object, which is a
a compiled representation of the source.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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..
|
Modifier and Type | Method and Description |
---|---|
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 |
TransformerFactoryImpl.newTemplates(Source source)
Process the source into a Templates object, which is likely
a compiled representation of the source.
|
Templates |
TransformerFactoryImpl.processFromNode(Node node) |
Modifier and Type | Method and Description |
---|---|
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler(Templates templates)
Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the Templates argument.
|
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Templates templates)
Create an XMLFilter that uses the given source as the
transformation instructions.
|
Modifier and Type | Class and Description |
---|---|
class |
StylesheetRoot
This class represents the root object of the stylesheet tree.
|
Constructor and Description |
---|
TrAXFilter(Templates templates)
Construct an empty XML filter, with no parent.
|
Modifier and Type | Method and Description |
---|---|
Templates |
AbstractTranslet.getTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslet.setTemplates(Templates templates) |
Modifier and Type | Class and Description |
---|---|
class |
TemplatesImpl |
Modifier and Type | Method and Description |
---|---|
Templates |
TemplatesHandlerImpl.getTemplates()
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 |
TransformerFactoryImpl.newTemplates(Source source)
javax.xml.transform.sax.TransformerFactory implementation.
|
Templates |
SmartTransformerFactoryImpl.newTemplates(Source source)
Create a Templates object that from the input stylesheet
Uses the org.apache.xalan.xsltc.trax.TransformerFactory.
|
Modifier and Type | Method and Description |
---|---|
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler(Templates templates)
javax.xml.transform.sax.SAXTransformerFactory implementation.
|
TransformerHandler |
SmartTransformerFactoryImpl.newTransformerHandler(Templates templates)
Get a TransformerHandler object that can process SAX ContentHandler
events based on a transformer specified by the stylesheet Source.
|
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Templates templates)
javax.xml.transform.sax.SAXTransformerFactory implementation.
|
XMLFilter |
SmartTransformerFactoryImpl.newXMLFilter(Templates templates) |
Constructor and Description |
---|
TrAXFilter(Templates templates) |
Copyright © 2014 Apache XML Project. All Rights Reserved.