org.exist.xmldb
Class RemoteResourceIterator

java.lang.Object
  extended byorg.exist.xmldb.RemoteResourceIterator

public class RemoteResourceIterator
extends java.lang.Object


Field Summary
protected  RemoteCollection collection
           
protected  java.lang.String encoding
           
protected  int indentXML
           
protected  int pos
           
protected  java.util.Vector resources
           
protected  XmlRpcClient rpcClient
           
 
Constructor Summary
RemoteResourceIterator(RemoteCollection col, java.util.Vector resources, int indentXML, java.lang.String encoding)
           
 
Method Summary
 int getLength()
           
 boolean hasMoreResources()
           
 Resource nextResource()
           
 void setNext(int next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rpcClient

protected XmlRpcClient rpcClient

collection

protected RemoteCollection collection

resources

protected java.util.Vector resources

pos

protected int pos

indentXML

protected int indentXML

encoding

protected java.lang.String encoding
Constructor Detail

RemoteResourceIterator

public RemoteResourceIterator(RemoteCollection col,
                              java.util.Vector resources,
                              int indentXML,
                              java.lang.String encoding)
Method Detail

getLength

public int getLength()

hasMoreResources

public boolean hasMoreResources()
                         throws XMLDBException
Throws:
XMLDBException

setNext

public void setNext(int next)

nextResource

public Resource nextResource()
                      throws XMLDBException
Throws:
XMLDBException


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.