Xindice API
version 1.2m1

org.apache.xindice.client.xmldb
Class ResourceIteratorImpl

java.lang.Object
  extended byorg.apache.xindice.client.xmldb.ResourceIteratorImpl
All Implemented Interfaces:
org.xmldb.api.base.ResourceIterator

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

An iterator over a collection of resources.

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 2007) $
Author:
Vladimir R. Bossicard

Constructor Summary
ResourceIteratorImpl(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(List resources)
Method Detail

hasMoreResources

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

nextResource

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

Xindice API
version 1.2m1

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