Package org.jaxen.expr
Interface AdditiveExpr
- All Superinterfaces:
BinaryExpr
,Expr
,Serializable
- All Known Implementing Classes:
DefaultAdditiveExpr
,DefaultMinusExpr
,DefaultPlusExpr
Represents an XPath additive expression. This is production 25 in the
XPath 1.0 specification:
[25] | AdditiveExpr | ::= | MultiplicativeExpr | |
| AdditiveExpr '+' MultiplicativeExpr | ||||
| AdditiveExpr '-' MultiplicativeExpr |
-
Method Summary
Methods inherited from interface org.jaxen.expr.BinaryExpr
getLHS, getOperator, getRHS