Package jd.xml.xpath.expr.misc

Contains classes representing various XPath expressions.

See:
          Description

Class Summary
Constant Constant represents an expression that evaluates to a constant XObject.
Negate Negate represents the negate expression.
ParenthesisExpression ParenthesisExpression represents the Expression of the production rule '(' Expr ')'.
ProxyExpression ProxyExpression wraps another expression.
VariableReference VariableReference is an expression that evaluates to the value of a variable.
 

Package jd.xml.xpath.expr.misc Description

Contains classes representing various XPath expressions.