|
||||||||||
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 | |
int |
getLast()
|
int |
getPosition()
|
void |
gotoMark()
|
int |
next()
|
void |
setMark()
|
NodeIterator |
setStartNode(int node)
|
Methods inherited from class org.apache.xalan.xsltc.dom.NodeIteratorBase |
cloneIterator,
includeSelf,
isReverse,
reset |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |