Package com.saxonica.ee.stream.adjunct
Class MergeInstrAdjunct.MergePusher
- java.lang.Object
-
- com.saxonica.ee.stream.adjunct.MergeInstrAdjunct.MergePusher
-
- All Implemented Interfaces:
Pusher
- Enclosing class:
- MergeInstrAdjunct
public static class MergeInstrAdjunct.MergePusher extends java.lang.Object implements Pusher
-
-
Constructor Summary
Constructors Constructor Description MergePusher(MergeInstr.MergeSource ms, PackageData pd, java.lang.String href, ParseOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpush(Outputter output, XPathContext context)Evaluate an instruction in push mode
-
-
-
Constructor Detail
-
MergePusher
public MergePusher(MergeInstr.MergeSource ms, PackageData pd, java.lang.String href, ParseOptions options)
-
-
Method Detail
-
push
public void push(Outputter output, XPathContext context) throws XPathException
Description copied from interface:PusherEvaluate an instruction in push mode- Specified by:
pushin interfacePusher- 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
-
-