public class DiagnosticClausePull extends TuplePull
| Constructor and Description |
|---|
DiagnosticClausePull(TuplePull base,
DiagnosticClause diagClause) |
| 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
|
boolean |
nextTuple(XPathContext context)
Move on to the next tuple.
|
public DiagnosticClausePull(TuplePull base, DiagnosticClause diagClause)
public boolean nextTuple(XPathContext context) throws XPathException
nextTuple in class TuplePullcontext - the dynamic evaluation contextXPathException - if any error occursCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.