Class NumericComparisonOperand


  • public class NumericComparisonOperand
    extends Characteristic
    Given an expression, this characteristic evaluates the set of hash keys corresponding to the string values of the items selected by that expression
    • Constructor Detail

      • NumericComparisonOperand

        public NumericComparisonOperand​(Expression exp)
    • Method Detail

      • evaluate

        public NumericValue evaluate​(XPathContext context)
                              throws XPathException
        Description copied from class: Characteristic
        Evaluate the value of this characteristic for the context item
        Specified by:
        evaluate in class Characteristic
        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()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object