Uses of Interface
org.apache.xalan.transformer.TransformSnapshot

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
 

Classes in org.apache.xalan.transformer that implement TransformSnapshot
(package private)  class TransformSnapshotImpl
          Deprecated. It doesn't look like this code, which is for tooling, has functioned propery for a while, so it doesn't look like it is being used.
 

Methods in org.apache.xalan.transformer that return TransformSnapshot
 TransformSnapshot TransformerImpl.getSnapshot()
          Deprecated. This is an internal tooling API that nobody seems to be using
 

Methods in org.apache.xalan.transformer with parameters of type TransformSnapshot
 void TransformerImpl.executeFromSnapshot(TransformSnapshot ts)
          Deprecated. This is an internal tooling API that nobody seems to be using
 void TransformerImpl.resetToStylesheet(TransformSnapshot ts)
          Deprecated. This is an internal tooling API that nobody seems to be using