Package com.saxonica.ee.stream
Interface PushToPull.Pusher
-
- All Known Implementing Classes:
StreamInstr
- Enclosing class:
- PushToPull
public static interface PushToPull.Pusher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
push(Outputter output, XPathContext context)
Evaluate an instruction in push mode
-
-
-
Method Detail
-
push
void push(Outputter output, XPathContext context) throws XPathException
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
-
-