Class StreamingSequenceWriter

  • All Implemented Interfaces:
    javax.xml.transform.Result, Receiver

    public class StreamingSequenceWriter
    extends SequenceWriter
    A SequenceWriter that can be used on a streaming pipeline to direct the output of an operation to the next expression in the pipeline
    • Method Detail

      • write

        public void write​(Item item)
                   throws XPathException
        Description copied from class: SequenceWriter
        Abstract method to be supplied by subclasses: output one item in the sequence.
        Specified by:
        write in class SequenceWriter
        Parameters:
        item - the item to be written to the sequence
        Throws:
        XPathException - if any failure occurs while writing the item