|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationalExpr
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 | v * |
| Method Summary |
|---|
| Methods inherited from interface org.jaxen.expr.BinaryExpr |
|---|
getLHS, getOperator, getRHS |
| Methods inherited from interface org.jaxen.expr.Expr |
|---|
evaluate, getText, simplify |
|
jaxen 1.1.3-redhat-2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||