Uses of Interface
org.apache.xml.serializer.TransformStateSetter
Packages that use TransformStateSetter
Package
Description
In charge of run-time transformations and the production of result trees.
Processes SAX events into streams.
-
Uses of TransformStateSetter in org.apache.xalan.transformer
Subinterfaces of TransformStateSetter in org.apache.xalan.transformerModifier and TypeInterfaceDescriptioninterface
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 TransformStateSetterModifier and TypeClassDescriptionclass
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 TransformStateSetterModifier and TypeMethodDescriptionvoid
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.