org.exolab.adaptx.xpath.expressions

Interface EqualityExpr

All Superinterfaces:
BinaryExpr, XPathExpression

public interface EqualityExpr
extends BinaryExpr

Represents an Equality expression
Version:
$Revision: 1.1 $
Author:
Keith Visco

Field Summary

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

Fields inherited from interface org.exolab.adaptx.xpath.XPathExpression

BOOLEAN, ERROR, FILTER_EXPR, LOCATION_PATH, NODE_TEST, NUMBER, PATH_EXPR, PRIMARY, STEP, STRING, UNION_EXPR

Method Summary

int
getComparisonType()
Returns the equality comparison type.

Methods inherited from interface org.exolab.adaptx.xpath.expressions.BinaryExpr

getLeftSide, getRightSide

Methods inherited from interface org.exolab.adaptx.xpath.XPathExpression

evaluate, getExprType, toString

Field Details

EQUAL

public static final short EQUAL
Field Value:
0

GREATER_THAN

public static final short GREATER_THAN
Field Value:
2

GT_OR_EQUAL

public static final short GT_OR_EQUAL
Field Value:
4

LESS_THAN

public static final short LESS_THAN
Field Value:
1

LT_OR_EQUAL

public static final short LT_OR_EQUAL
Field Value:
3

NOT_EQUAL

public static final short NOT_EQUAL
Field Value:
5

Method Details

getComparisonType

public int getComparisonType()
Returns the equality comparison type.
Returns:
the equality comparison type