Uses of Class
org.htmlunit.xpath.compiler.OpMap
-
Packages that use OpMap 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 OpMap in org.htmlunit.xpath.compiler
Subclasses of OpMap in org.htmlunit.xpath.compiler Modifier and Type Class Description class
Compiler
An instance of this class compiles an XPath string expression into a Expression object.Fields in org.htmlunit.xpath.compiler declared as OpMap Modifier and Type Field Description private OpMap
XPathParser. m_ops
The XPath to be processed.
-