Package net.sf.saxon.expr.elab
Class StreamingArgumentEvaluator
- java.lang.Object
-
- net.sf.saxon.expr.elab.StreamingArgumentEvaluator
-
- All Implemented Interfaces:
SequenceEvaluator
public class StreamingArgumentEvaluator extends java.lang.Object implements SequenceEvaluator
Elaborator for the first argument of a streamable stylesheet function
-
-
Constructor Summary
Constructors Constructor Description StreamingArgumentEvaluator(Expression arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sequence
evaluate(XPathContext context)
Evaluate a construct to produce a value (which might be a lazily evaluated Sequence)
-
-
-
Constructor Detail
-
StreamingArgumentEvaluator
public StreamingArgumentEvaluator(Expression arg)
-
-
Method Detail
-
evaluate
public Sequence evaluate(XPathContext context) throws XPathException
Evaluate a construct to produce a value (which might be a lazily evaluated Sequence)- Specified by:
evaluate
in interfaceSequenceEvaluator
- Parameters:
context
- the evaluation context- Returns:
- a Sequence (not necessarily grounded)
- Throws:
XPathException
- if a dynamic error occurs during the evaluation.
-
-