Uses of Class
org.apache.xpath.compiler.OpMapVector

Packages that use OpMapVector
org.apache.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.apache.xpath.compiler
 

Fields in org.apache.xpath.compiler declared as OpMapVector
(package private)  OpMapVector OpMap.m_opMap
          An operations map is used instead of a proper parse tree.
 

Methods in org.apache.xpath.compiler that return OpMapVector
 OpMapVector OpMap.getOpMap()
          Get the opcode list that describes the XPath operations.