Uses of Interface
org.apache.xalan.transformer.TransformSnapshot
-
Packages that use TransformSnapshot Package Description 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 Modifier and Type Method Description TransformSnapshot
TransformerImpl. getSnapshot()
Deprecated.This is an internal tooling API that nobody seems to be usingMethods in org.apache.xalan.transformer with parameters of type TransformSnapshot Modifier and Type Method Description void
TransformerImpl. executeFromSnapshot(TransformSnapshot ts)
Deprecated.This is an internal tooling API that nobody seems to be usingvoid
TransformerImpl. resetToStylesheet(TransformSnapshot ts)
Deprecated.This is an internal tooling API that nobody seems to be using
-