Package net.sf.saxon.expr.sort
Class CompositeAtomicKey
java.lang.Object
net.sf.saxon.expr.sort.CompositeAtomicKey
A composite atomic key is a sequence of atomic values; two such keys are matched be comparing the
constituent values pairwise. It is used primarily in the xsl:for-each-group instruction.
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeAtomicKey
(List<AtomicMatchKey> keys) Construct a composite atomic match key from a list of atomic match keys -
Method Summary