Class 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 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 interface SequenceEvaluator
        Parameters:
        context - the evaluation context
        Returns:
        a Sequence (not necessarily grounded)
        Throws:
        XPathException - if a dynamic error occurs during the evaluation.