Package com.saxonica.ee.stream
Class StreamingSequenceWriter
- java.lang.Object
- 
- net.sf.saxon.event.SequenceReceiver
- 
- net.sf.saxon.event.SequenceWriter
- 
- com.saxonica.ee.stream.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
- 
- 
Field Summary- 
Fields inherited from class net.sf.saxon.event.SequenceReceiverpipelineConfiguration, previousAtomic, systemId
 
- 
 - 
Constructor SummaryConstructors Constructor Description StreamingSequenceWriter(PipelineConfiguration pipe, Outputter out)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(Item item)Abstract method to be supplied by subclasses: output one item in the sequence.- 
Methods inherited from class net.sf.saxon.event.SequenceWriterappend, characters, close, comment, endDocument, endElement, getTreeModel, processingInstruction, setTreeModel, setUnparsedEntity, startDocument, startElement, usesTypeAnnotations
 - 
Methods inherited from class net.sf.saxon.event.SequenceReceiverappend, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getNamePool, getPipelineConfiguration, getSystemId, handlesAppend, open, setPipelineConfiguration, setSystemId
 
- 
 
- 
- 
- 
Constructor Detail- 
StreamingSequenceWriterpublic StreamingSequenceWriter(PipelineConfiguration pipe, Outputter out) 
 
- 
 - 
Method Detail- 
writepublic void write(Item item) throws XPathException Description copied from class:SequenceWriterAbstract method to be supplied by subclasses: output one item in the sequence.- Specified by:
- writein class- SequenceWriter
- Parameters:
- item- the item to be written to the sequence
- Throws:
- XPathException- if any failure occurs while writing the item
 
 
- 
 
-