|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformSnapshot | |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of TransformSnapshot in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that return TransformSnapshot | |
TransformSnapshot |
TransformerImpl.getSnapshot()
This will get a snapshot of the current executing context |
Methods in org.apache.xalan.transformer with parameters of type TransformSnapshot | |
void |
TransformerImpl.executeFromSnapshot(TransformSnapshot ts)
This will execute the following XSLT instructions from the snapshot point, after the stylesheet execution context has been reset from the snapshot point. |
void |
TransformerImpl.resetToStylesheet(TransformSnapshot ts)
This will reset the stylesheet execution context from the snapshot point. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |