| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface RelationalExprextends BinaryExprcount(//p) > count(//div).
This is production 24 in the
XPath 1.0 specification:
| [24] | RelationalExpr | ::= | AdditiveExpr | |
| | RelationalExpr '<' AdditiveExpr | ||||
| | RelationalExpr '>' AdditiveExpr | ||||
| | RelationalExpr '<=' AdditiveExpr | ||||
| | RelationalExpr '>=' AdditiveExpr |
Methods inherited from interface org.jaxen.expr.BinaryExpr | |
getLHS, getOperator, getRHS | |