org.exolab.adaptx.xpath.expressions
public interface EqualityExpr extends BinaryExpr
Version: $Revision: 3734 $
| 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 |
| Method Summary | |
|---|---|
| int | getComparisonType()
Returns the equality comparison type.
|
Returns: the equality comparison type