Xindice API
version 1.1

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 Object
implements org.xmldb.api.base.ResourceIterator

An iterator over a collection of resources.

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 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

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.1

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