Skip navigation links

Oracle Beehive Java Content Repository Java API Reference
Release 1 (1.3)

E11993-02


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

 

Method Detail

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

Oracle Beehive Java Content Repository Java API Reference
Release 1 (1.3)

E11993-02


Copyright © 2007, 2008, Oracle. All rights reserved.