net.sf.saxon.sort
public class SortedGroupIterator extends SortedIterator implements GroupIterator
| Constructor Summary | |
|---|---|
| SortedGroupIterator(XPathContext context, GroupIterator base, SortKeyEvaluator sortKeyEvaluator, AtomicComparer[] comparators, Instruction origin) | |
| Method Summary | |
|---|---|
| protected void | buildArray()
Override the method that builds the array of values and sort keys. |
| AtomicValue | getCurrentGroupingKey() |
| SequenceIterator | iterateCurrentGroup() |
Throws: XPathException