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.
|
getOutputterpublic OrderByClausePush(Outputter outputter, TuplePush destination, TupleExpression tupleExpr, OrderByClause orderBy, XPathContext context)
public void processTuple(XPathContext context) throws XPathException
processTuple in class TuplePushcontext - the dynamic evaluation contextXPathException - if a dynamic error occurspublic void close()
throws XPathException
close in class TuplePushXPathException - if a dynamic error occursCopyright (c) 2004-2020 Saxonica Limited.