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