public interface RelationalExpr extends BinaryExpr
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 | v * |
getLHS, getOperator, getRHSCopyright © 2001-2012 Codehaus. All Rights Reserved.