org.apache.xpath.compiler |
XPath parsing and compilation support Package.
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
Java Source File Name | Type | Comment |
Compiler.java | Class | An instance of this class compiles an XPath string expression into
a Expression object. |
FunctionTable.java | Class | The function table for XPath. |
Keywords.java | Class | Table of strings to operation code lookups. |
Lexer.java | Class | This class is in charge of lexical processing of the XPath
expression into tokens. |
OpCodes.java | Class | Operations codes for XPath. |
OpMap.java | Class | This class represents the data structure basics of the XPath
object. |
OpMapVector.java | Class | Like IntVector, but used only for the OpMap array. |
PsuedoNames.java | Class | This is used to represent names of nodes that may not be named, like a
comment node. |
XPathDumper.java | Class | Class for XPath diagnostic functions. |
XPathParser.java | Class | Tokenizes and parses XPath expressions. |