Package net.sf.saxon.expr.sort
Class BinaryMatchKey40
java.lang.Object
net.sf.saxon.expr.sort.BinaryMatchKey40
- All Implemented Interfaces:
AtomicMatchKey
A match key used when comparing binary values as defined in XPath 4.0,
which makes hexBinary and base64Binary comparable. This applies both
to comparison using "eq" and to comparison of keys in a map.
-
Constructor Details
-
BinaryMatchKey40
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
asAtomic
Get an atomic value that encapsulates this match key. Needed to support the collation-key() function.- Specified by:
asAtomicin interfaceAtomicMatchKey- Returns:
- an atomic value that encapsulates this match key. NB: this is NOT (necessarily) the atomic value
from which the
AtomicMatchKeywas derived.
-