Class GroupEndingIterator

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

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