|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xpath | |
---|---|
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.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
StylesheetProcessor implements the TRaX TransformerFactory interface,
as well as the SAXTransformerFactory interface. |
org.apache.xalan.serialize | |
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.trace | Implementation of Xalan Trace events, for use by a debugger. |
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. |
org.apache.xpath.axes | Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator. |
org.apache.xpath.compiler | Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. |
org.apache.xpath.functions | Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package. |
org.apache.xpath.jaxp | |
org.apache.xpath.objects | Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. |
org.apache.xpath.operations | Support for XPath operations, such as +, -, string(), etc. |
org.apache.xpath.patterns | Implementation of XPath nodeTest support, and XSLT pattern matching support. |
Classes in org.apache.xpath used by org.apache.xalan.extensions | |
---|---|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
Classes in org.apache.xpath used by org.apache.xalan.lib | |
---|---|
NodeSet
The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. |
Classes in org.apache.xpath used by org.apache.xalan.processor | |
---|---|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
WhitespaceStrippingElementMatcher
A class that implements this interface can tell if a given element should strip whitespace nodes from it's children. |
|
XPath
The XPath class wraps an expression object and provides general services for execution of that expression. |
Classes in org.apache.xpath used by org.apache.xalan.serialize | |
---|---|
XPathContext
Default class for the runtime execution context for XPath. |
Classes in org.apache.xpath used by org.apache.xalan.templates | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
WhitespaceStrippingElementMatcher
A class that implements this interface can tell if a given element should strip whitespace nodes from it's children. |
|
XPath
The XPath class wraps an expression object and provides general services for execution of that expression. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathFactory
Factory class for creating an XPath. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
Classes in org.apache.xpath used by org.apache.xalan.trace | |
---|---|
XPath
The XPath class wraps an expression object and provides general services for execution of that expression. |
Classes in org.apache.xpath used by org.apache.xalan.transformer | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExtensionsProvider
Interface that XPath objects can call to obtain access to an ExtensionsTable. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
Classes in org.apache.xpath used by org.apache.xpath | |
---|---|
CachedXPathAPI
The methods in this class are convenience methods into the low-level XPath API. |
|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
NodeSet
The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. |
|
NodeSetDTM
The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator. |
|
SourceTreeManager
This class bottlenecks all management of source trees. |
|
VariableStack
Defines a class to keep track of a stack for template arguments and variables. |
|
XPath
The XPath class wraps an expression object and provides general services for execution of that expression. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathException
This class implements an exception object that all XPath classes will throw in case of an error. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
Classes in org.apache.xpath used by org.apache.xpath.axes | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
NodeSetDTM
The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
Classes in org.apache.xpath used by org.apache.xpath.compiler | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
Classes in org.apache.xpath used by org.apache.xpath.functions | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
Classes in org.apache.xpath used by org.apache.xpath.jaxp | |
---|---|
ExtensionsProvider
Interface that XPath objects can call to obtain access to an ExtensionsTable. |
|
VariableStack
Defines a class to keep track of a stack for template arguments and variables. |
|
XPath
The XPath class wraps an expression object and provides general services for execution of that expression. |
|
XPathContext
Default class for the runtime execution context for XPath. |
Classes in org.apache.xpath used by org.apache.xpath.objects | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
NodeSetDTM
The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
Classes in org.apache.xpath used by org.apache.xpath.operations | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
Classes in org.apache.xpath used by org.apache.xpath.patterns | |
---|---|
Expression
This abstract class serves as the base for all expression objects. |
|
ExpressionNode
A class that implements this interface can construct expressions, give information about child and parent expressions, and give the originating source information. |
|
ExpressionOwner
Classes that implement this interface own an expression, which can be rewritten. |
|
XPathContext
Default class for the runtime execution context for XPath. |
|
XPathVisitable
A class that implements this interface will call a XPathVisitor for itself and members within it's heararchy. |
|
XPathVisitor
A derivation from this class can be passed to a class that implements the XPathVisitable interface, to have the appropriate method called for each component of the XPath. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |