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.trax | |
org.apache.xml.serializer |
Processes SAX events into streams.
|
Modifier and Type | Method and Description |
---|---|
abstract Transformer |
TransformerFactory.newTransformer()
Create a new
Transformer that performs a copy
of the Source to the Result . |
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 . |
Modifier and Type | Method and Description |
---|---|
Transformer |
TransformerHandler.getTransformer()
Get the
Transformer associated with this handler, which
is needed in order to set parameters and output properties. |
Modifier and Type | Method and Description |
---|---|
Transformer |
TransformerFactoryImpl.newTransformer()
Create a new Transformer object that performs a copy
of the source to the result.
|
Transformer |
TransformerFactoryImpl.newTransformer(Source source)
Process the source into a Transformer object.
|
Modifier and Type | Method and Description |
---|---|
Transformer |
StylesheetRoot.newTransformer()
Create a new transformation context for this Templates object.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformerIdentityImpl
This class implements an identity transformer for
SAXTransformerFactory.newTransformerHandler()
and TransformerFactory.newTransformer() . |
class |
TransformerImpl
This class implements the
Transformer interface, and is the core
representation of the transformation execution. |
Modifier and Type | Method and Description |
---|---|
Transformer |
XalanTransformState.getTransformer() |
Transformer |
TransformerImpl.getTransformer()
Get the TrAX Transformer object in effect.
|
Transformer |
TransformerIdentityImpl.getTransformer()
Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties.
|
Transformer |
TransformerHandlerImpl.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.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerImpl.init(ToXMLSAXHandler h,
Transformer transformer,
ContentHandler realHandler)
Initializer method.
|
void |
XalanTransformState.resetState(Transformer transformer) |
Modifier and Type | Method and Description |
---|---|
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 |
TrAXFilter.getTransformer() |
Transformer |
TransformerFactoryImpl.newTransformer()
javax.xml.transform.sax.TransformerFactory implementation.
|
Transformer |
TemplatesImpl.newTransformer()
Implements JAXP's Templates.newTransformer()
|
Transformer |
SmartTransformerFactoryImpl.newTransformer()
Create a Transformer object that copies the input document to the
result.
|
Transformer |
TransformerFactoryImpl.newTransformer(Source source)
javax.xml.transform.sax.TransformerFactory implementation.
|
Transformer |
SmartTransformerFactoryImpl.newTransformer(Source source)
Create a Transformer object that from the input stylesheet
Uses the org.apache.xalan.processor.TransformerFactory.
|
Modifier and Type | Method and Description |
---|---|
Transformer |
ToUnknownStream.getTransformer() |
Transformer |
SerializerBase.getTransformer()
Gets the transformer associated with this serializer
|
Transformer |
SerializationHandler.getTransformer()
Get the transformer associated with the serializer.
|
Transformer |
EmptySerializer.getTransformer() |
Modifier and Type | Method and Description |
---|---|
void |
TransformStateSetter.resetState(Transformer transformer)
Reset the state on the given transformer object.
|
void |
ToUnknownStream.setTransformer(Transformer t) |
void |
ToStream.setTransformer(Transformer transformer) |
void |
SerializerBase.setTransformer(Transformer t)
Sets the transformer associated with this serializer
|
void |
SerializationHandler.setTransformer(Transformer transformer)
Set the transformer associated with the serializer.
|
void |
EmptySerializer.setTransformer(Transformer transformer) |
Copyright © 2014 Apache XML Project. All Rights Reserved.