public class TraceClausePull extends TuplePull
Constructor | Description |
---|---|
TraceClausePull(TuplePull base,
TraceClause traceClause,
Clause baseClause,
Container container) |
Modifier and Type | Method | 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 TraceClausePull(TuplePull base, TraceClause traceClause, Clause baseClause, Container container)
public boolean nextTuple(XPathContext context) throws XPathException
nextTuple
in class TuplePull
context
- the dynamic evaluation contextXPathException