public class GeneralComparisonOperand extends Characteristic<IntSet>
Constructor and Description |
---|
GeneralComparisonOperand(StringCollator collator,
Expression exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
IntSet |
evaluate(XPathContext context)
Evaluate the value of this characteristic for the context item
|
int |
hashCode() |
java.lang.String |
toString() |
getSlotNumber, setSlotNumber
public GeneralComparisonOperand(StringCollator collator, Expression exp)
public IntSet evaluate(XPathContext context) throws XPathException
Characteristic
evaluate
in class Characteristic<IntSet>
context
- the dynamic evaluation context; the context item is the item being matchedXPathException
- if evaluation of the characteristic failspublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2020 Saxonica Limited. All rights reserved.