org.apache.xalan.xsltc.dom
public final class SortingIterator extends DTMAxisIteratorBase
| Constructor Summary | |
|---|---|
| SortingIterator(DTMAxisIterator source, NodeSortRecordFactory factory) | |
| Method Summary | |
|---|---|
| DTMAxisIterator | cloneIterator()
Clone a SortingIterator by cloning its source
iterator and then sharing the factory and the array of
NodeSortRecords. |
| int | getLast() |
| int | getPosition() |
| void | gotoMark() |
| int | next() |
| void | setMark() |
| DTMAxisIterator | setStartNode(int node) |
SortingIterator by cloning its source
iterator and then sharing the factory and the array of
NodeSortRecords.