Uses of Interface
org.apache.xalan.transformer.TransformState
-
Packages that use TransformState Package Description 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 Modifier and Type Class Description class
XalanTransformState
Before the serializer merge, the TransformState interface was implemented by ResultTreeHandler.Methods in org.apache.xalan.transformer with parameters of type TransformState Modifier and Type Method Description 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.
-