Uses of Class
jd.xml.xslt.Transformation

Packages that use Transformation
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.trax Contains a implementation of the Transformation API for XML (TraAX). 
 

Uses of Transformation in jd.xml.xslt
 

Subclasses of Transformation in jd.xml.xslt
 class AbstractStylesheet
          A XSLT stylesheet base class.
 class IdentityTransformation
          IdentityTransformation copies the source to the the result without modifications (except changes caused by the OutputFormat).
 class Stylesheet
          Stylesheet represents a XSL stylesheet.
 class TransformationChain
          A TransformationChain is a list of Transformations which are executed one after another.
 

Methods in jd.xml.xslt that return Transformation
 Transformation TransformationChain.getTransformation(int i)
          Return a transformation.
protected  Transformation Stylesheet.CmdLine.getTransformation(Vector uris)
           
protected abstract  Transformation CommandLine.getTransformation(Vector uris)
           
 

Methods in jd.xml.xslt with parameters of type Transformation
 void TransformationChain.addTransformation(Transformation transformation)
          Add a transformation to the chain.
protected  void CommandLine.setTransformationOptions(Transformation t)
           
 

Uses of Transformation in jd.xml.xslt.trax
 

Methods in jd.xml.xslt.trax that return Transformation
 Transformation TransformerImpl.getTransformation()
           
 

Constructors in jd.xml.xslt.trax with parameters of type Transformation
TransformerImpl(Transformation transformation)
          Create a TransformerImpl.