Class TuplePush

    • Constructor Detail

      • TuplePush

        protected TuplePush​(Outputter outputter)
    • Method Detail

      • getOutputter

        protected Outputter getOutputter()
      • processTuple

        public abstract void processTuple​(XPathContext context)
                                   throws XPathException
        Notify the availability of the next tuple. Before calling this method, the supplier of the tuples must set all the variables corresponding to the supplied tuple in the local stack frame associated with the context object
        Parameters:
        context - the dynamic evaluation context
        Throws:
        XPathException - if a dynamic error occurs
      • close

        public void close()
                   throws XPathException
        Close the tuple stream, indicating that no more tuples will be supplied
        Throws:
        XPathException - if a dynamic error occurs