Package com.jclark.xsl.tr
The transformation engine
This package provides facilities for parsing and "compiling"
XSLT stylesheets as well as executing the stylesheet with
a source document to effect a transformation.
Action | the parsed representation of a stylesheet component. |
ComparatorTemplate | |
Engine | An engine, compiles a stylesheet
|
ExtensionHandler | for extension functions -- i think
|
LoadContext | maintains a list of a few options for how a XMLProcessor constructs
an object model
|
OutputMethod | collects the attributes on the xsl:stylesheet element
which determine the type of output we are to produce
|
ParameterSet | a place to obtain run-time parameters from the
execution environment
|
ProcessContext | Processing context for a Stylesheet (Sheet)
maintains state for a transformation, and
actually does some of the transformation work
by calling invoke() on Actions
|
ProcessContext.Memento | |
Result | the place where a transformer sends its results
|
ResultFragmentVariant | |
Sheet | Represents a (compiled) XSLT stylesheet. |
SheetDetails | provides access to the additional information in the compiled
stylesheet that the implementation of the ProcessContext
needs to get at, but we don't need to share with other packages
|
XMLProcessor | Constructs an object model form an XML document
|
The transformation engine
This package provides facilities for parsing and "compiling"
XSLT stylesheets as well as executing the stylesheet with
a source document to effect a transformation.