Package com.saxonica.ee.trans
Class NumericComparisonOperand
java.lang.Object
com.saxonica.ee.trans.Characteristic
com.saxonica.ee.trans.NumericComparisonOperand
Given an expression, this characteristic evaluates the set of hash keys
corresponding to the string values of the items selected by that expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
evaluate
(XPathContext context) Evaluate the value of this characteristic for the context itemint
hashCode()
toString()
Methods inherited from class com.saxonica.ee.trans.Characteristic
getSlotNumber, setSlotNumber
-
Constructor Details
-
NumericComparisonOperand
-
-
Method Details
-
evaluate
Description copied from class:Characteristic
Evaluate the value of this characteristic for the context item- Specified by:
evaluate
in classCharacteristic
- Parameters:
context
- the dynamic evaluation context; the context item is the item being matched- Returns:
- the value of the characteristic
- Throws:
XPathException
- if evaluation of the characteristic fails
-
hashCode
public int hashCode() -
equals
-
toString
-