|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xsltc.dom.NodeIteratorBase | +--org.apache.xalan.xsltc.dom.SortingIterator
Constructor Summary | |
SortingIterator(NodeIterator source,
NodeSortRecordFactory factory)
|
Method Summary | |
NodeIterator |
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()
|
NodeIterator |
setStartNode(int node)
|
Methods inherited from class org.apache.xalan.xsltc.dom.NodeIteratorBase |
includeSelf,
isReverse,
reset,
setRestartable |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SortingIterator(NodeIterator source, NodeSortRecordFactory factory)
Method Detail |
public int next()
public NodeIterator setStartNode(int node)
public int getPosition()
public int getLast()
public void setMark()
public void gotoMark()
public NodeIterator cloneIterator()
SortingIterator
by cloning its source
iterator and then sharing the factory and the array of
NodeSortRecords
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |