Uses of Class
javax.xml.transform.Transformer

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   
 

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 ResultTreeHandler.getTransformer()
          Get the TrAX Transformer object in effect.
 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.
 

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.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.