public class LetClausePush extends TuplePush
Modifier and Type | Field | Description |
---|---|---|
(package private) TuplePush |
destination |
|
(package private) LetClause |
letClause |
Constructor | Description |
---|---|
LetClausePush(TuplePush destination,
LetClause letClause) |
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.
|
public void processTuple(XPathContext context) throws XPathException
TuplePush
processTuple
in class TuplePush
context
- the dynamic evaluation contextXPathException
- if a dynamic error occurspublic void close() throws XPathException
TuplePush
close
in class TuplePush
XPathException
- if a dynamic error occurs