|
||||||||||
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.MultiValuedNodeHeapIterator | +--org.apache.xalan.xsltc.dom.KeyIndex.KeyIndexIterator
An iterator representing the result of a reference to either the
XSLT key
function or the XPath id
function.
Inner classes inherited from class org.apache.xalan.xsltc.dom.MultiValuedNodeHeapIterator |
MultiValuedNodeHeapIterator.HeapNode |
Method Summary | |
int |
getLast()
Returns the number of nodes in this iterator. |
int |
getNodeByPosition(int position)
Return the node at the given position. |
int |
next()
Get the next node in the iteration. |
DTMAxisIterator |
reset()
Resets the iterator to the last start node. |
DTMAxisIterator |
setStartNode(int node)
Set context node for the iterator. |
Methods inherited from class org.apache.xalan.xsltc.dom.MultiValuedNodeHeapIterator |
cloneIterator,
gotoMark,
setMark |
Methods inherited from class org.apache.xml.dtm.ref.DTMAxisIteratorBase |
getAxis,
getPosition,
getStartNode,
includeSelf,
isDocOrdered,
isReverse,
setRestartable |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public DTMAxisIterator setStartNode(int node)
node
- the context nodeDTMAxisIterator
set to the start of the iteration.public int next()
public DTMAxisIterator reset()
public int getLast()
public int getNodeByPosition(int position)
position
- The position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |