Uses of Package
org.apache.xalan.transformer
| Package | Description |
|---|---|
| org.apache.xalan.extensions | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
-
Classes in org.apache.xalan.transformer used by org.apache.xalan.extensions Class Description TransformerImpl This class implements theTransformerinterface, and is the core representation of the transformation execution. -
Classes in org.apache.xalan.transformer used by org.apache.xalan.templates Class Description TransformerImpl This class implements theTransformerinterface, and is the core representation of the transformation execution. -
Classes in org.apache.xalan.transformer used by org.apache.xalan.transformer Class Description CountersTable This is a table of counters, keyed by ElemNumber objects, each of which has a list of Counter objects.KeyManager This class manages the key tables.MsgMgr This class will manage error messages, warning messages, and other types of message events.TransformerImpl This class implements theTransformerinterface, and is the core representation of the transformation execution.TransformState This interface is meant to be used by a consumer of SAX2 events produced by Xalan, and enables the consumer to get information about the state of the transform.