Class CompositeAtomicKey

java.lang.Object
net.sf.saxon.expr.sort.CompositeAtomicKey

public class CompositeAtomicKey extends Object
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 Details

    • CompositeAtomicKey

      public CompositeAtomicKey(List<AtomicMatchKey> keys)
      Construct a composite atomic match key from a list of atomic match keys
      Parameters:
      keys - the constituent match keys
  • Method Details