DocumentIterator Interface

DEPRECATED

com.bea.p13n.content.document.spi
DocumentIterator Interface

public interface DocumentIterator

    extends Iterator

An extension to an iterator which supports a close() method.


All Known Implementing Classes
com.bea.p13n.content.document.ref.DefaultDocumentIterator
All Superinterfaces
Iterator

Method Summary

public void
close()
Close the iterator and any underlying resources.
 
Methods from interface java.util.Iterator
hasNext, next, remove
   

Method Detail

close() Method

public void close()
throws DocumentException
Close the iterator and any underlying resources.

Exceptions

DocumentException
thrown on an error.