ForClauseOuterPush
, ForClausePush
, LetClausePush
, OrderByClausePush
, ReturnClausePush
, TraceClausePush
, WhereClausePush
public abstract class TuplePush
extends java.lang.Object
Constructor | Description |
---|---|
TuplePush() |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Close the tuple stream, indicating that no more tuples will be supplied
|
abstract void |
processTuple(XPathContext context) |
Notify the availability of the next tuple.
|
public abstract void processTuple(XPathContext context) throws XPathException
context
- the dynamic evaluation contextXPathException
- if a dynamic error occurspublic void close() throws XPathException
XPathException
- if a dynamic error occurs