org.apache.jackrabbit.webdav.property
Interface DavPropertyIterator

All Superinterfaces:
Iterator

public interface DavPropertyIterator
extends Iterator

The DavPropertyIterator extends the Iterator by a property specific next() method.


Method Summary
 DavProperty nextProperty()
          Returns the next Property in the interation.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextProperty

public DavProperty nextProperty()
                         throws NoSuchElementException
Returns the next Property in the interation.

Returns:
the next Property in the iteration.
Throws:
NoSuchElementException - if iteration has no more elements.


Copyright © 2005-2006 . All Rights Reserved.