BinaryExpr
, XPathExpression
public interface EqualityExpr extends BinaryExpr
Modifier and Type | Field | Description |
---|---|---|
static short |
EQUAL |
|
static short |
GREATER_THAN |
|
static short |
GT_OR_EQUAL |
|
static short |
LESS_THAN |
|
static short |
LT_OR_EQUAL |
|
static short |
NOT_EQUAL |
BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR
Modifier and Type | Method | Description |
---|---|---|
int |
getComparisonType() |
Returns the equality comparison type.
|
getLeftSide, getOperator, getRightSide
evaluate, getExprType, toString
static final short EQUAL
static final short LESS_THAN
static final short GREATER_THAN
static final short LT_OR_EQUAL
static final short GT_OR_EQUAL
static final short NOT_EQUAL