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