XPathExpression
EqualityExpr
public interface BinaryExpr extends XPathExpression
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR
Modifier and Type | Method | Description |
---|---|---|
XPathExpression |
getLeftSide() |
Returns the Expr that should be evaluated as the left hand side
of this BinaryExpr
|
Operator |
getOperator() |
Returns the operator for this binary expression
|
XPathExpression |
getRightSide() |
Returns the Expr that should be evaluated as the right hand side
of this BinaryExpr
|
evaluate, getExprType, toString
Operator getOperator()
XPathExpression getLeftSide()
XPathExpression getRightSide()