Lines Matching refs:next

260      * returned (starting point for the next() search); for single-node
266 * Remembers the current node for the next call to gotoMark().
295 * i.e. subsequent call to next() should return END.
323 * Get the next node in the iteration.
325 * @return The next node handle in the iteration, or END if no more
328 public int next()
353 * i.e. subsequent call to next() should return END.
394 * Get the next node in the iteration. In this case, we return
397 * @return The next node handle in the iteration, or END.
399 public int next()
444 * i.e. subsequent call to next() should return END.
469 * Get the next node in the iteration.
471 * @return The next node handle in the iteration, or END.
473 public int next()
535 * i.e. subsequent call to next() should return END.
558 * Get the next node in the iteration.
560 * @return The next node handle in the iteration, or END.
562 public int next()
601 * i.e. subsequent call to next() should return END.
624 * Get the next node in the iteration.
626 * @return The next node handle in the iteration, or END.
628 public int next()
663 * Get the next node in the iteration.
665 * @return The next node handle in the iteration, or END.
667 public int next()
706 * i.e. subsequent call to next() should return END.
727 * Get the next node in the iteration.
729 * @return The next node handle in the iteration, or END.
731 public int next()
764 * Get the next node in the iteration.
766 * @return The next node handle in the iteration, or END.
768 public int next()
825 * i.e. subsequent call to next() should return END.
848 * Get the next node in the iteration.
850 * @return The next node handle in the iteration, or END.
852 public int next()
872 * i.e. subsequent call to next() should return END.
895 * Get the next node in the iteration.
897 * @return The next node handle in the iteration, or END.
899 public int next()
929 * Get the next node in the iteration.
931 * @return The next node handle in the iteration, or END.
933 public int next()
978 * i.e. subsequent call to next() should return END.
1001 * Get the next node in the iteration.
1003 * @return The next node handle in the iteration, or END.
1005 public int next()
1043 * i.e. subsequent call to next() should return END.
1064 * Get the next node in the iteration.
1066 * @return The next node handle in the iteration, or END.
1068 public int next()
1104 * i.e. subsequent call to next() should return END.
1149 * Get the next node in the iteration.
1151 * @return The next node handle in the iteration, or END.
1153 public int next()
1193 * Get the next node in the iteration.
1195 * @return The next node handle in the iteration, or END.
1197 public int next()
1297 * i.e. subsequent call to next() should return END.
1348 * Get the next node in the iteration.
1350 * @return The next node handle in the iteration, or END.
1352 public int next()
1424 * Get the next node in the iteration.
1426 * @return The next node handle in the iteration, or END.
1428 public int next()
1498 * i.e. subsequent call to next() should return END.
1528 * Get the next node in the iteration.
1530 * @return The next node handle in the iteration, or END.
1532 public int next()
1537 _currentNode = m_traverser.next(_startNode, _currentNode);
1564 * Get the next node in the iteration.
1566 * @return The next node handle in the iteration, or END.
1568 public int next()
1576 _currentNode = m_traverser.next(_startNode, _currentNode);
1604 * i.e. subsequent call to next() should return END.
1649 * i.e. subsequent call to next() should return END.
1708 * Get the next node in the iteration.
1710 * @return The next node handle in the iteration, or END.
1712 public int next()
1715 int next = _currentNode;
1722 return returnNode(next);
1758 * i.e. subsequent call to next() should return END.
1824 * i.e. subsequent call to next() should return END.
1857 * the parent is the _startNode's next sibling, or indeed any node
1871 * Get the next node in the iteration.
1873 * @return The next node handle in the iteration, or END.
1875 public int next()
1943 * Get the next node in the iteration.
1945 * @return The next node handle in the iteration, or END.
1947 public int next()
1997 * Get the next node in the iteration.
1999 * @return The next node handle in the iteration, or END.
2001 public int next()
2007 while ((node = super.next()) != END)
2076 * i.e. subsequent call to next() should return END.
2133 * Get the next node in the iteration.
2135 * @return The next node handle in the iteration, or END.
2137 public int next()
2169 * Get the next node in the iteration.
2171 * @return The next node handle in the iteration, or END.
2173 public int next()
2176 //final int result = super.next();