Class 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 Detail

      • 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