|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xpath | |
org.apache.xalan.lib | Extension elements and functions shipped with Xalan-Java |
org.apache.xalan.lib.sql | Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through "streamable" result set. |
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). |
org.apache.xalan.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. |
org.apache.xalan.templates | Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. |
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. |
org.apache.xalan.utils | Implementation of Xalan utility classes. |
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.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.libNodeSet
|
**For advanced use only** The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. |
Classes in org.apache.xpath used by org.apache.xalan.lib.sqlDOMOrder
|
Nodes that implement this index can return a document order index. |
Classes in org.apache.xpath used by org.apache.xalan.processorXPath
|
The XPath class represents the semantic parse tree of the XPath pattern. |
Classes in org.apache.xpath used by org.apache.xalan.streeDOM2Helper
|
Provides XSLTProcessor an interface to the Xerces XML parser. DOMHelper
|
DOMOrder
|
Nodes that implement this index can return a document order index. Expression
|
|
Classes in org.apache.xpath used by org.apache.xalan.templatesExpression
|
XPath
|
The XPath class represents the semantic parse tree of the XPath pattern. XPathContext
|
**For advanced use only** Default class for the runtime execution context for XPath. XPathFactory
|
**For advanced use only** Factory class for creating an XPath. |
Classes in org.apache.xpath used by org.apache.xalan.traceXPath
|
The XPath class represents the semantic parse tree of the XPath pattern. |
Classes in org.apache.xpath used by org.apache.xalan.transformerDOMOrder
|
Nodes that implement this index can return a document order index. Expression
|
NodeSet
|
**For advanced use only** The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. XPath
|
The XPath class represents the semantic parse tree of the XPath pattern. XPathContext
|
**For advanced use only** Default class for the runtime execution context for XPath. |
Classes in org.apache.xpath used by org.apache.xalan.utilsDOMHelper
|
|
Classes in org.apache.xpath used by org.apache.xpathDOMHelper
|
Expression
|
NodeSet
|
**For advanced use only** The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. SourceTreeManager
|
This class bottlenecks all management of source trees. VariableStack
|
**For internal use only** Defines a class to keep track of a stack for template arguments and variables, since we can't simply bind the variables to templates and walk the preceding children and ancestors. XPath
|
The XPath class represents the semantic parse tree of the XPath pattern. XPathContext
|
**For advanced use only** 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. |
Classes in org.apache.xpath used by org.apache.xpath.axesDOMHelper
|
Expression
|
XPathContext
|
**For advanced use only** Default class for the runtime execution context for XPath. |
Classes in org.apache.xpath used by org.apache.xpath.compilerExpression
|
|
Classes in org.apache.xpath used by org.apache.xpath.functionsExpression
|
XPathContext
|
**For advanced use only** Default class for the runtime execution context for XPath. |
Classes in org.apache.xpath used by org.apache.xpath.objectsExpression
|
NodeSet
|
**For advanced use only** The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator. XPathContext
|
**For advanced use only** Default class for the runtime execution context for XPath. |
Classes in org.apache.xpath used by org.apache.xpath.operationsExpression
|
XPathContext
|
**For advanced use only** Default class for the runtime execution context for XPath. |
Classes in org.apache.xpath used by org.apache.xpath.patternsExpression
|
XPathContext
|
**For advanced use only** Default class for the runtime execution context for XPath. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |