|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transformer | |
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.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. |
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 Transformer in javax.xml.transform |
Methods in javax.xml.transform that return Transformer | |
Transformer |
Templates.newTransformer()
Create a new transformation context for this Templates object. |
abstract Transformer |
TransformerFactory.newTransformer(Source source)
Process the Source into a Transformer object. |
abstract Transformer |
TransformerFactory.newTransformer()
Create a new Transformer object that performs a copy of the source to the result. |
Uses of Transformer in javax.xml.transform.sax |
Methods in javax.xml.transform.sax that return Transformer | |
Transformer |
TransformerHandler.getTransformer()
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties. |
Uses of Transformer in org.apache.xalan.processor |
Methods in org.apache.xalan.processor that return Transformer | |
Transformer |
TransformerFactoryImpl.newTransformer(Source source)
Process the source into a Transformer object. |
Transformer |
TransformerFactoryImpl.newTransformer()
Create a new Transformer object that performs a copy of the source to the result. |
Uses of Transformer in org.apache.xalan.stree |
Methods in org.apache.xalan.stree that return Transformer | |
Transformer |
SourceTreeHandler.getTransformer()
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties. |
Uses of Transformer in org.apache.xalan.templates |
Methods in org.apache.xalan.templates that return Transformer | |
Transformer |
StylesheetRoot.newTransformer()
Create a new transformation context for this Templates object. |
Uses of Transformer in org.apache.xalan.transformer |
Subclasses of Transformer in org.apache.xalan.transformer | |
class |
TransformerIdentityImpl
This class implements an identity transformer for and {@link javax.xml.transform.TransformerFactory#newTransformer(). |
class |
TransformerImpl
**For advanced use only** This class implements the Transformer interface, and is the core
representation of the transformation execution. |
Methods in org.apache.xalan.transformer that return Transformer | |
Transformer |
TransformerIdentityImpl.getTransformer()
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties. |
Transformer |
TransformState.getTransformer()
Get the TrAX Transformer object in effect. |
Transformer |
TransformerImpl.getTransformer()
Get the TrAX Transformer object in effect. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |