|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
org.backsource.xindice.cursor.ResourceSetCursor
Cursor for an XML:DB ResourceSet, is mostly used to get the cursor chain going, or for subclassing or usage as a delegator.
| Field Summary | |
protected org.xmldb.api.base.ResourceSet |
set
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
ResourceSetCursor(org.xmldb.api.base.ResourceSet set)
|
|
| Method Summary | |
java.lang.Object |
get(int i)
|
void |
setSource(Cursor cursor)
Throws an XindiceException if used!. |
int |
size()
|
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
| Field Detail |
protected org.xmldb.api.base.ResourceSet set
| Constructor Detail |
public ResourceSetCursor(org.xmldb.api.base.ResourceSet set)
| Method Detail |
public void setSource(Cursor cursor)
throws XindiceException
setSource in interface CursorXindiceException
public java.lang.Object get(int i)
throws java.lang.IndexOutOfBoundsException,
java.lang.IllegalStateException
get in interface java.util.Listjava.lang.IndexOutOfBoundsException
java.lang.IllegalStateException
public int size()
throws java.lang.IllegalStateException
size in interface java.util.Listjava.lang.IllegalStateException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||