Uses of Class
org.htmlunit.xpath.compiler.OpMapVector
-
Packages that use OpMapVector 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 OpMapVector in org.htmlunit.xpath.compiler
Fields in org.htmlunit.xpath.compiler declared as OpMapVector Modifier and Type Field Description (package private) OpMapVector
OpMap. m_opMap
An operations map is used instead of a proper parse tree.
-