Uses of Class
org.htmlunit.xpath.compiler.XPathParser
-
Packages that use XPathParser Package Description org.htmlunit.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.htmlunit.xpath.compiler
Fields in org.htmlunit.xpath.compiler declared as XPathParser Modifier and Type Field Description (package private) XPathParser
Lexer. m_processor
The XPath processor object.Constructors in org.htmlunit.xpath.compiler with parameters of type XPathParser Constructor Description Lexer(Compiler compiler, PrefixResolver resolver, XPathParser xpathProcessor)
Create a Lexer object.
-