public class GroupByIterator.ManualGroupByIterator extends ManualGroupIterator
ATOMIZING, GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD| Constructor and Description |
|---|
GroupByIterator.ManualGroupByIterator() |
| Modifier and Type | Method and Description |
|---|---|
GroupByIterator.ManualGroupByIterator |
getAnother()
Get another SequenceIterator that iterates over the same items as the original,
but which is repositioned at the start of the sequence.
|
AtomicSequence |
getCurrentGroupingKey()
Get the grouping key of the current group
|
int |
getLength()
Get the position of the last item in the sequence
|
SequenceIterator |
iterateCurrentGroup()
Get an iterator over the members of the current group, in population
order.
|
getSnapShot, hasCurrentGroup, hasCurrentGroupingKey, setCurrentGroup, setCurrentGroupingKeyclose, current, getProperties, getReverseIterator, hasNext, incrementPosition, materialize, next, position, setContextItem, setLastPositionFinder, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getProperties, nextpublic GroupByIterator.ManualGroupByIterator()
public SequenceIterator iterateCurrentGroup() throws XPathException
GroupIteratoriterateCurrentGroup in interface GroupIteratoriterateCurrentGroup in class ManualGroupIteratorXPathException - if a dynamic error occurspublic AtomicSequence getCurrentGroupingKey()
GroupIteratorgetCurrentGroupingKey in interface GroupIteratorgetCurrentGroupingKey in class ManualGroupIteratorpublic GroupByIterator.ManualGroupByIterator getAnother()
FocusIteratorThis method allows access to all the items in the sequence without disturbing the current position of the iterator. Internally, its main use is in evaluating the last() function.
This method does not change the state of the iterator.
Some implementations of this method may regenerate the input sequence, creating new nodes with different identity from the original. This is not recommended, but is hard to prevent. This causes no problem for the primary usage of this method to support the last() function, but it has been known to cause trouble in other situations.
getAnother in interface FocusIteratorgetAnother in interface SequenceIteratorgetAnother in interface UnfailingIteratorgetAnother in class ManualIteratorpublic int getLength()
throws XPathException
FocusIteratorgetLength in interface LastPositionFindergetLength in interface FocusIteratorgetLength in class ManualIteratorXPathException - if a failure occurs reading the sequenceCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.