Package | Description |
---|---|
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xml.serializer |
Processes SAX events into streams.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
XalanTransformState
Before the serializer merge, the TransformState interface was
implemented by ResultTreeHandler.
|
Modifier and Type | Field and Description |
---|---|
protected TransformStateSetter |
ToSAXHandler.m_state
If this is true, then the content handler wrapped by this
serializer implements the TransformState interface which
will give the content handler access to the state of
the transform.
|
Modifier and Type | Method and Description |
---|---|
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 © 2021 JBoss by Red Hat. All rights reserved.