|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Cursor | |
| org.backsource.xindice.cursor | Cursors for XML:DB ResourseSet. |
| Uses of Cursor in org.backsource.xindice.cursor |
| Classes in org.backsource.xindice.cursor that implement Cursor | |
class |
BaseCursor
A base class for cursor working against other cursors. |
class |
KeyCursor
A cursor that only returns the keys of the resources, the object returned by ist source cursor must be Resources. |
class |
ResourceSetCursor
Cursor for an XML:DB ResourceSet, is mostly used to get the cursor chain going, or for subclassing or usage as a delegator. |
class |
SortedCursor
Cursor that sorts its source. |
| Fields in org.backsource.xindice.cursor declared as Cursor | |
protected Cursor |
BaseCursor.cursor
|
| Methods in org.backsource.xindice.cursor with parameters of type Cursor | |
void |
BaseCursor.setSource(Cursor cursor)
|
void |
Cursor.setSource(Cursor cursor)
|
void |
ResourceSetCursor.setSource(Cursor cursor)
Throws an XindiceException if used!. |
| Constructors in org.backsource.xindice.cursor with parameters of type Cursor | |
BaseCursor(Cursor cursor)
Use given cursor as source. |
|
KeyCursor(Cursor cursor)
|
|
SortedCursor(Cursor cursor)
|
|
SortedCursor(Cursor cursor,
java.lang.String xpath)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||