|
||||||||||
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.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.trax | |
org.apache.xml.serializer | Processes SAX events into streams. |
Uses of Transformer in javax.xml.transform |
Methods in javax.xml.transform that return Transformer | |
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. |
Transformer |
Templates.newTransformer()
Create a new transformation context for this Templates object. |
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.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 |
XalanTransformState.getTransformer()
|
Transformer |
TransformerImpl.getTransformer()
Get the TrAX Transformer object in effect. |
Transformer |
TransformerHandlerImpl.getTransformer()
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties. |
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. |
Methods in org.apache.xalan.transformer with parameters of type Transformer | |
void |
XalanTransformState.resetState(Transformer transformer)
|
void |
TransformerImpl.init(ToXMLSAXHandler h,
Transformer transformer,
ContentHandler realHandler)
Initializer method. |
Uses of Transformer in org.apache.xalan.xsltc.trax |
Methods in org.apache.xalan.xsltc.trax that return Transformer | |
Transformer |
TemplatesImpl.newTransformer()
Implements JAXP's Templates.newTransformer() |
Transformer |
SmartTransformerFactoryImpl.newTransformer()
Create a Transformer object that copies the input document to the result. |
Transformer |
SmartTransformerFactoryImpl.newTransformer(Source source)
Create a Transformer object that from the input stylesheet Uses the org.apache.xalan.processor.TransformerFactory. |
Transformer |
TransformerHandlerImpl.getTransformer()
Implements javax.xml.transform.sax.TransformerHandler.getTransformer() Get the Transformer associated with this handler, which is needed in order to set parameters and output properties. |
Transformer |
TransformerFactoryImpl.newTransformer()
javax.xml.transform.sax.TransformerFactory implementation. |
Transformer |
TransformerFactoryImpl.newTransformer(Source source)
javax.xml.transform.sax.TransformerFactory implementation. |
Uses of Transformer in org.apache.xml.serializer |
Methods in org.apache.xml.serializer that return Transformer | |
Transformer |
EmptySerializer.getTransformer()
|
Transformer |
SerializerBase.getTransformer()
Gets the transformer associated with this serializer |
Transformer |
ToUnknownStream.getTransformer()
|
Transformer |
SerializationHandler.getTransformer()
Get the transformer associated with the serializer. |
Methods in org.apache.xml.serializer with parameters of type Transformer | |
void |
EmptySerializer.setTransformer(Transformer transformer)
|
void |
SerializerBase.setTransformer(Transformer t)
Sets the transformer associated with this serializer |
void |
ToStream.setTransformer(Transformer transformer)
|
void |
TransformStateSetter.resetState(Transformer transformer)
Reset the state on the given transformer object. |
void |
ToUnknownStream.setTransformer(Transformer t)
|
void |
SerializationHandler.setTransformer(Transformer transformer)
Set the transformer associated with the serializer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |