Interface RelationalExpr
- All Superinterfaces:
BinaryExpr, Expr, Serializable
Represents an XPath relational expression such as
count(//p) > count(//div).
This is production 24 in the
XPath 1.0 specification:
| [24] | RelationalExpr | ::= | AdditiveExpr | |
| | RelationalExpr '<' AdditiveExpr | ||||
| | RelationalExpr '>' AdditiveExpr | ||||
| | RelationalExpr '<=' AdditiveExpr | ||||
| | RelationalExpr '>=' AdditiveExpr |
-
Method Summary
Methods inherited from interface BinaryExpr
getLHS, getOperator, getRHS