Uses of Class
org.apache.xpath.compiler.XPathParser

Packages that use XPathParser
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. 
 

Uses of XPathParser in org.apache.xpath.compiler
 

Fields in org.apache.xpath.compiler declared as XPathParser
(package private)  XPathParser Lexer.m_processor
          The XPath processor object.
 

Constructors in org.apache.xpath.compiler with parameters of type XPathParser
Lexer(Compiler compiler, PrefixResolver resolver, XPathParser xpathProcessor)
          Create a Lexer object.