Xindice API
version 1.1b4

org.apache.xindice.client.xmldb
Class ResourceIteratorImpl

java.lang.Object
  |
  +--org.apache.xindice.client.xmldb.ResourceIteratorImpl
All Implemented Interfaces:
org.xmldb.api.base.ResourceIterator

public class ResourceIteratorImpl
extends java.lang.Object
implements org.xmldb.api.base.ResourceIterator

An iterator over a collection of resources.

Version:
CVS $Revision: 1.7 $, $Date: 2004/02/08 02:43:01 $
Author:
Vladimir R. Bossicard

Constructor Summary
ResourceIteratorImpl(java.util.List resources)
           
 
Method Summary
 boolean hasMoreResources()
           
 org.xmldb.api.base.Resource nextResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceIteratorImpl

public ResourceIteratorImpl(java.util.List resources)
Method Detail

hasMoreResources

public boolean hasMoreResources()
                         throws org.xmldb.api.base.XMLDBException
Specified by:
hasMoreResources in interface org.xmldb.api.base.ResourceIterator

nextResource

public org.xmldb.api.base.Resource nextResource()
                                         throws org.xmldb.api.base.XMLDBException
Specified by:
nextResource in interface org.xmldb.api.base.ResourceIterator

Xindice API
version 1.1b4

Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.