org.exolab.adaptx.xpath.expressions
Interface Operator
public interface Operator
Represents an Logical or Mathimatical Operator that operates
on binary expressions.
ADD_OPERATOR
public static final int ADD_OPERATOR
The add operator type
AND_OPERATOR
public static final int AND_OPERATOR
The and operator type
DIVIDE_OPERATOR
public static final int DIVIDE_OPERATOR
The divide operator type
EQUALITY_OPERATOR
public static final int EQUALITY_OPERATOR
The "equality" operator type
MODULUS_OPERATOR
public static final int MODULUS_OPERATOR
The modulus operator type
MULTIPLY_OPERATOR
public static final int MULTIPLY_OPERATOR
The multiply operator type
OR_OPERATOR
public static final int OR_OPERATOR
The or operator type
QUOTIENT_OPERATOR
public static final int QUOTIENT_OPERATOR
The quotient operator type
SUBTRACT_OPERATOR
public static final int SUBTRACT_OPERATOR
The subtract operator type
getOperatorType
public int getOperatorType()
Returns the type for this Operator. The operator
type may be one of the pre-defined types, or
a user-defined type.