ForClausePull, LetClausePull, OrderByClausePull, SingularityPull, TraceClausePull, WhereClausePullpublic abstract class TuplePull
extends java.lang.Object
| Constructor | Description |
|---|---|
TuplePull() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Close the tuple stream, indicating that although not all tuples have been read,
no further tuples are required and resources can be released
|
abstract boolean |
nextTuple(XPathContext context) |
Move on to the next tuple.
|
public abstract boolean nextTuple(XPathContext context) throws XPathException
context - the dynamic evaluation contextXPathExceptionpublic void close()