Packages that use org.apache.xpath.compiler |
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.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. |