public class CountClausePush extends TuplePush
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.
|
public CountClausePush(TuplePush destination, CountClause countClause)
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
close
in class TuplePush
XPathException
- if a dynamic error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.