Skip navigation links
oracle.ocs.jcr
Interface OracleNodeIterator
- All Superinterfaces:
- java.util.Iterator, javax.jcr.NodeIterator, javax.jcr.RangeIterator
-
public interface OracleNodeIterator
- extends javax.jcr.NodeIterator
Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
| Method Summary |
javax.jcr.Node |
nextNode()
Returns the next Node in the iteration. |
| Methods inherited from interface javax.jcr.RangeIterator |
getPosition, getSize, skip |
| Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextNode
javax.jcr.Node nextNode()
- Returns the next
Node in the iteration.
-
- Specified by:
nextNode in interface javax.jcr.NodeIterator
-
- Returns:
- the next
Node in the iteration.
- Throws:
java.util.NoSuchElementException - if iteration has no more Nodes.
Skip navigation links
Copyright © 2007, 2008, Oracle. All rights reserved.