BEA Systems, Inc.

com.beasys.commerce.axiom.document.spi
Interface DocumentIterator

All Known Implementing Classes:
DefaultDocumentIterator

public interface DocumentIterator
extends java.util.Iterator

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


Method Summary
 void close()
          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
Close the iterator and any underlying resources.
Throws:
DocumentException - thrown on an error.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved