public class WhereClausePush extends TuplePush
| Modifier and Type | Field | Description |
|---|---|---|
(package private) TuplePush |
destination |
|
(package private) Expression |
predicate |
| Constructor | Description |
|---|---|
WhereClausePush(TuplePush destination,
Expression predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Close the tuple stream, indicating that no more tuples will be supplied
|
void |
processTuple(XPathContext context) |
Notify the availability of the next tuple.
|
TuplePush destination
Expression predicate
public WhereClausePush(TuplePush destination, Expression predicate)
public void processTuple(XPathContext context) throws XPathException
TuplePushprocessTuple in class TuplePushcontext - the dynamic evaluation contextXPathException - if a dynamic error occurspublic void close()
throws XPathException
TuplePushclose in class TuplePushXPathException - if a dynamic error occurs