Uses of Package
org.apache.xalan.extensions
| 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.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
-
Classes in org.apache.xalan.extensions used by org.apache.xalan.extensions Class Description ExpressionContext An object that implements this interface can supply information about the current XPath expression context.ExtensionHandler Abstract base class for handling an extension namespace for XPath.ExtensionNamespaceSupport During styleseet composition, an ExtensionNamespaceSupport object is created for each extension namespace the stylesheet uses. -
Classes in org.apache.xalan.extensions used by org.apache.xalan.templates Class Description ExtensionNamespacesManager Used during assembly of a stylesheet to collect the information for each extension namespace that is required during the transformation process to generate anExtensionHandler. -
Classes in org.apache.xalan.extensions used by org.apache.xalan.transformer Class Description ExtensionsTable Class holding a table registered extension namespace handlers -
Classes in org.apache.xalan.extensions used by org.apache.xpath Class Description ExpressionContext An object that implements this interface can supply information about the current XPath expression context.