public class CountClausePush extends TuplePush
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
count |
(package private) TuplePush |
destination |
(package private) int |
slot |
| Constructor and Description |
|---|
CountClausePush(TuplePush destination,
CountClause countClause) |
| Modifier and Type | Method and 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
int slot
int count
public CountClausePush(TuplePush destination, CountClause countClause)
public void processTuple(XPathContext context) throws XPathException
TuplePushprocessTuple in class TuplePushcontext - the dynamic evaluation contextXPathException - if a dynamic error occurspublic void close()
throws XPathException
close in class TuplePushXPathException - if a dynamic error occurs