Class GroupStartingIterator

java.lang.Object
net.sf.saxon.expr.sort.GroupMatchingIterator
net.sf.saxon.expr.sort.GroupStartingIterator
All Implemented Interfaces:
Closeable, AutoCloseable, LastPositionFinder, GroupIterator, SequenceIterator, LookaheadIterator

public class GroupStartingIterator extends GroupMatchingIterator implements LookaheadIterator, GroupIterator
A GroupStartingIterator iterates over a sequence of groups defined by xsl:for-each-group group-starting-with="x". The groups are returned in order of first appearance.