Uses of Package
org.apache.xpath.compiler

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. 
 

Classes in org.apache.xpath.compiler used by org.apache.xalan.stree
Compiler
           
 

Classes in org.apache.xpath.compiler used by org.apache.xalan.templates
XPathParser
           Tokenizes and parses XPath expressions.
 

Classes in org.apache.xpath.compiler used by org.apache.xpath.axes
Compiler
           
 

Classes in org.apache.xpath.compiler used by org.apache.xpath.compiler
Compiler
           
FuncLoader
          **For advanced use only** Load functions in function table as needed
OpMap
          This class represents the data structure basics of the XPath object.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.