Package com.saxonica.ee.parallel
Interface Pusher
- All Known Implementing Classes:
StreamInstr
public interface Pusher
Interface implemented by instructions that push data to an Outputter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
push
(Outputter output, XPathContext context) Evaluate an instruction in push mode
-
Method Details
-
push
Evaluate an instruction in push mode- Parameters:
output
- the destination for the resultcontext
- the evaluation context- Throws:
XPathException
- in the event of a failureQuitParsingException
- if there was an early exit, that is, if the instruction was evaluated without reading the input to completion
-