public interface AtomicMatchKey
Match keys representing atomic values of an ordered type, however, must also implement Comparable<AtomicMatchKey>, and their compareTo() method must reflect the ordering semantics. In the case of strings this means the keys must reflect the semantics of the relevant collation.
| Modifier and Type | Method and Description |
|---|---|
AtomicValue |
asAtomic()
Get an atomic value that encapsulates this match key.
|
AtomicValue asAtomic()
AtomicMatchKey was derived.Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.