|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformStateSetter | |
---|---|
org.ajax4jsf.xml.serializer | Implementation of XML serializer |
Uses of TransformStateSetter in org.ajax4jsf.xml.serializer |
---|
Fields in org.ajax4jsf.xml.serializer declared as TransformStateSetter | |
---|---|
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. |
Methods in org.ajax4jsf.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |