public class GroupByClausePush extends TuplePush
Constructor and Description |
---|
GroupByClausePush(TuplePush destination,
GroupByClause groupBy,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the tuple stream, indicating that although not all tuples have been read,
no further tuples are required and resources can be released
|
void |
processTuple(XPathContext context)
Move on to the next tuple.
|
public GroupByClausePush(TuplePush destination, GroupByClause groupBy, XPathContext context)
public void processTuple(XPathContext context) throws XPathException
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.