public class OrderByClausePush extends TuplePush
Constructor and Description |
---|
OrderByClausePush(Outputter outputter,
TuplePush destination,
TupleExpression tupleExpr,
OrderByClause orderBy,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the tuple stream, indicating that no more tuples will be delivered
|
void |
processTuple(XPathContext context)
Process the next tuple.
|
getOutputter
public OrderByClausePush(Outputter outputter, TuplePush destination, TupleExpression tupleExpr, OrderByClause orderBy, 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-2020 Saxonica Limited. All rights reserved.