Package org.apache.commons.jxpath.ri.compiler

XPath parse tree.

See:
          Description

Class Summary
Constant A compile tree element containing a constant number or string.
CoreFunction An element of the compile tree representing one of built-in functions like "position()" or "number()".
CoreOperation A compile tree element representing one of the core operations like "+", "-", "*" etc.
Expression Common superclass for several types of nodes in the parse tree.
Expression.PointerIterator  
Expression.ValueIterator  
ExpressionPath An element of the parse tree that represents an expression path, which is a path that starts with an expression like a function call: getFoo(.)/bar.
ExtensionFunction Represents an element of the parse tree representing an extension function call.
LocationPath  
NameAttributeTest  
NodeNameTest  
NodeTest  
NodeTypeTest  
Operation  
Path  
ProcessingInstructionTest  
Step  
TreeCompiler  
VariableReference An element of the compile tree holding a variable reference.
 

Package org.apache.commons.jxpath.ri.compiler Description

XPath parse tree. TreeCompiler is the class responsible for the construction of a parse tree out of individual elements.



Copyright (c) 2001 - Apache Software Foundation