Package net.sf.saxon.expr.flwor
Class DiagnosticClausePush
java.lang.Object
net.sf.saxon.expr.flwor.TuplePush
net.sf.saxon.expr.flwor.DiagnosticClausePush
Implements the changes to a tuple stream effected by the Let clause in a FLWOR expression
-
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticClausePush(Outputter outputter, TuplePush destination, DiagnosticClause diagClause) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the tuple stream, indicating that no more tuples will be suppliedvoidprocessTuple(XPathContext context) Notify the availability of the next tuple.Methods inherited from class net.sf.saxon.expr.flwor.TuplePush
getOutputter
-
Constructor Details
-
DiagnosticClausePush
public DiagnosticClausePush(Outputter outputter, TuplePush destination, DiagnosticClause diagClause)
-
-
Method Details
-
processTuple
Description copied from class:TuplePushNotify the availability of the next tuple. Before calling this method, the supplier of the tuples must set all the variables corresponding to the supplied tuple in the local stack frame associated with the context object- Specified by:
processTuplein classTuplePush- Parameters:
context- the dynamic evaluation context- Throws:
XPathException- if a dynamic error occurs
-
close
Description copied from class:TuplePushClose the tuple stream, indicating that no more tuples will be supplied- Overrides:
closein classTuplePush- Throws:
XPathException- if a dynamic error occurs
-