Package org.loboevolution.apache.xpath.compiler
package org.loboevolution.apache.xpath.compiler
Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation.
-
ClassDescriptionAn instance of this class compiles an XPath string expression into a Expression object.The function table for XPath.Table of strings to operation code lookups.Operations codes for XPath.This class represents the data structure basics of the XPath object.Like IntVector, but used only for the OpMap array.This is used to represent names of nodes that may not be named, like a comment node.Tokenizes and parses XPath expressions.