Uses of Interface
org.apache.xml.serializer.TransformStateSetter

Packages that use TransformStateSetter
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. TransformerImpl implements the Transformer interface, and is the core representation of the transformation execution. For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or none. The Transformer works with SerializationHandler to forward the SAX-like events produced by the transformation to the appropriate output ContentHandler. To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed concurrently in separate threads. 
org.apache.xml.serializer Processes SAX events into streams. The SerializerFactory is used to create a Serializer from a set of output properties (see OutputKeys). ToStream acts as the main baseclass for the Xalan serializer implementations. 
 

Uses of TransformStateSetter in org.apache.xalan.transformer
 

Subinterfaces of TransformStateSetter in org.apache.xalan.transformer
 interface TransformState
          This interface is meant to be used by a consumer of SAX2 events produced by Xalan, and enables the consumer to get information about the state of the transform.
 

Classes in org.apache.xalan.transformer that implement TransformStateSetter
 class XalanTransformState
          Before the serializer merge, the TransformState interface was implemented by ResultTreeHandler.
 

Uses of TransformStateSetter in org.apache.xml.serializer
 

Methods in org.apache.xml.serializer with parameters of type TransformStateSetter
 void ToSAXHandler.setTransformState(TransformStateSetter 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 © 2006 Apache XML Project. All Rights Reserved.