|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a binary expression. This does not match anything in the XPath 1.0 grammar, but in Jaxen it includes the usual binary operations such as addition, multiplication, logical and, logical or, and so forth.
Method Summary | |
Expr |
getLHS()
Returns the left-hand side of the binary expression. |
java.lang.String |
getOperator()
Returns the operator for the binary expression such as "+" or "div". |
Expr |
getRHS()
Returns the right-hand side of the binary expression. |
Methods inherited from interface org.jaxen.expr.Expr |
evaluate, getText, simplify |
Method Detail |
public Expr getLHS()
public Expr getRHS()
public java.lang.String getOperator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |