|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xalan.extensions | |
---|---|
org.apache.xalan.extensions | Implementation of Xalan Extension Mechanism. |
org.apache.xalan.lib | Extension elements and functions shipped with Xalan-Java, including EXSLT functions. We are adding extensions to this package. |
org.apache.xalan.lib.sql | Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet.
StylesheetRoot implements the Templates interface, and
extends StylesheetComposed ,
which is a Stylesheet composed of itself
and its included Stylesheet objects. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees.
TransformerImpl implements the
Transformer interface, and is the core representation
of the transformation execution.
For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which
template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
none.
The Transformer works with SerializationHandler to
forward the SAX-like events produced by the
transformation to the appropriate output ContentHandler.
To the degree possible, the parsing of the XML source and application of the Templates object to that source are performed
concurrently in separate threads. |
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 | |
---|---|
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. |
|
ExtensionHandlerJava
Abstract base class handling the java language extensions 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.lib | |
---|---|
ExpressionContext
An object that implements this interface can supply information about the current XPath expression context. |
|
XSLProcessorContext
Provides transformer context to be passed to an extension element. |
Classes in org.apache.xalan.extensions used by org.apache.xalan.lib.sql | |
---|---|
ExpressionContext
An object that implements this interface can supply information about the current XPath expression context. |
Classes in org.apache.xalan.extensions used by org.apache.xalan.templates | |
---|---|
ExtensionNamespacesManager
Used during assembly of a stylesheet to collect the information for each extension namespace that is required during the transformation process to generate an ExtensionHandler . |
Classes in org.apache.xalan.extensions used by org.apache.xalan.transformer | |
---|---|
ExtensionsTable
Class holding a table registered extension namespace handlers |
Classes in org.apache.xalan.extensions used by org.apache.xpath | |
---|---|
ExpressionContext
An object that implements this interface can supply information about the current XPath expression context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |