|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.dtm.ref.DTMAxisIteratorBase | +--org.apache.xalan.xsltc.dom.SortingIterator
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)
|
Methods inherited from class org.apache.xml.dtm.ref.DTMAxisIteratorBase |
getAxis,
getNodeByPosition,
getStartNode,
includeSelf,
isDocOrdered,
isReverse,
reset,
setRestartable |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SortingIterator(DTMAxisIterator source, NodeSortRecordFactory factory)
Method Detail |
public int next()
public DTMAxisIterator setStartNode(int node)
public int getPosition()
public int getLast()
public void setMark()
public void gotoMark()
public DTMAxisIterator 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 |