Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath.ri.compiler: Javadoc index of package org.apache.commons.jxpath.ri.compiler.


Package Samples:

org.apache.commons.jxpath.ri.compiler

Classes:

Expression: Common superclass for several types of nodes in the parse tree. Provides APIs for optimization of evaluation of expressions. Specifically, an expression only needs to executed once during the evaluation of an xpath if that expression is context-independent. Expression.isContextDependent() provides that hint.
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 .
NameAttributeTest: Captures the foo[@name= expr ] expression. These expressions are handled in a special way when applied to beans or maps.
CoreFunction: An element of the compile tree representing one of built-in functions like "position()" or "number()".
CoreOperation: The common subclass for tree elements representing core operations like "+", "- ", "*" etc.
CoreOperationCompare: Common superclass for the implementations of Expression for the operations "=" and "!=".
ExtensionFunction: Represents an element of the parse tree representing an extension function call.
ContextDependencyTest: Tests the determination of whether an expression is context dependent.
CoreOperationTest: Test basic functionality of JXPath - infoset types, operations.
VariableTest: Test basic functionality of JXPath - infoset types, operations.
Constant: A compile tree element containing a constant number or string.
VariableReference: An element of the compile tree holding a variable reference.
CoreOperationNegate: Implementation of Expression for the operation unary "-".
CoreOperationGreaterThanOrEqual: Implementation of Expression for the operation ">=".
CoreOperationLessThanOrEqual: Implementation of Expression for the operation "<=".
CoreOperationGreaterThan: Implementation of Expression for the operation ">".
CoreOperationLessThan: Implementation of Expression for the operation "<".
CoreOperationAnd: Implementation of Expression for the operation "and".
CoreOperationDivide: Implementation of Expression for the operation "div".
CoreOperationMod: Implementation of Expression for the operation "mod".
CoreOperationNotEqual: Implementation of Expression for the operation "!=".
CoreOperationOr: Implementation of Expression for the operation "or".
CoreFunctionTest: Test basic functionality of JXPath - core functions.
CoreOperationAdd: Implementation of Expression for the operation "+".
CoreOperationEqual: Implementation of Expression for the operation "=".

Home | Contact Us | Privacy Policy | Terms of Service