public abstract class TuplePush
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TuplePush(Outputter outputter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the tuple stream, indicating that no more tuples will be supplied
|
protected Outputter |
getOutputter() |
abstract void |
processTuple(XPathContext context)
Notify the availability of the next tuple.
|
protected TuplePush(Outputter outputter)
protected Outputter getOutputter()
public abstract void processTuple(XPathContext context) throws XPathException
context - the dynamic evaluation contextXPathException - if a dynamic error occurspublic void close()
throws XPathException
XPathException - if a dynamic error occursCopyright (c) 2004-2021 Saxonica Limited. All rights reserved.