© 2005 BEA Systems, Inc.

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

All Superinterfaces:
Iterator
All Known Implementing Classes:
DefaultDocumentIterator

public interface DocumentIterator
extends Iterator

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


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

Method Detail

close

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

Throws:
DocumentException - thrown on an error.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved