Uses of Class
javax.xml.transform.Transformer
| 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.xml.serializer |
Processes SAX events into streams.
|
-
Uses of Transformer in javax.xml.transform
Methods in javax.xml.transform that return Transformer Modifier and Type Method Description TransformerTemplates. newTransformer()Create a new transformation context for this Templates object.abstract TransformerTransformerFactory. newTransformer()Create a newTransformerthat performs a copy of theSourceto theResult.abstract TransformerTransformerFactory. newTransformer(Source source)Process theSourceinto aTransformerObject. -
Uses of Transformer in javax.xml.transform.sax
Methods in javax.xml.transform.sax that return Transformer Modifier and Type Method Description TransformerTransformerHandler. getTransformer()Get theTransformerassociated 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 Modifier and Type Method Description TransformerTransformerFactoryImpl. newTransformer()Create a new Transformer object that performs a copy of the source to the result.TransformerTransformerFactoryImpl. newTransformer(Source source)Process the source into a Transformer object. -
Uses of Transformer in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return Transformer Modifier and Type Method Description TransformerStylesheetRoot. 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 Modifier and Type Class Description classTransformerIdentityImplThis class implements an identity transformer forSAXTransformerFactory.newTransformerHandler()andTransformerFactory.newTransformer().classTransformerImplThis class implements theTransformerinterface, and is the core representation of the transformation execution.Methods in org.apache.xalan.transformer that return Transformer Modifier and Type Method Description TransformerTransformerHandlerImpl. getTransformer()Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.TransformerTransformerIdentityImpl. getTransformer()Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.TransformerTransformerImpl. getTransformer()Get the TrAX Transformer object in effect.TransformerTransformState. getTransformer()Get the TrAX Transformer object in effect.TransformerXalanTransformState. getTransformer()Methods in org.apache.xalan.transformer with parameters of type Transformer Modifier and Type Method Description voidTransformerImpl. init(ToXMLSAXHandler h, Transformer transformer, ContentHandler realHandler)Initializer method.voidXalanTransformState. resetState(Transformer transformer) -
Uses of Transformer in org.apache.xml.serializer
Methods in org.apache.xml.serializer that return Transformer Modifier and Type Method Description TransformerSerializationHandler. getTransformer()Get the transformer associated with the serializer.TransformerSerializerBase. getTransformer()Gets the transformer associated with this serializerTransformerToUnknownStream. getTransformer()Methods in org.apache.xml.serializer with parameters of type Transformer Modifier and Type Method Description voidTransformStateSetter. resetState(Transformer transformer)Reset the state on the given transformer object.voidSerializationHandler. setTransformer(Transformer transformer)Set the transformer associated with the serializer.voidSerializerBase. setTransformer(Transformer t)Sets the transformer associated with this serializervoidToStream. setTransformer(Transformer transformer)voidToUnknownStream. setTransformer(Transformer t)