Uses of Interface
org.apache.xalan.transformer.TransformState

Packages that use TransformState
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Uses of TransformState in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement TransformState
 class TransformerImpl
          **For advanced use only** The Xalan workhorse -- Collaborates with the XPath xcontext, the DOM, and the XPath engine, to transform a source tree of nodes into a result tree according to instructions and templates specified by a stylesheet tree.
 

Methods in org.apache.xalan.transformer with parameters of type TransformState
 void TransformerClient.setTransformState(TransformState ts)
          Pass in a reference to a TransformState object, which can be used during SAX ContentHandler events to obtain information about he state of the transformation.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.