| Constructor and Description | 
|---|
| DecomposingFeed(SequenceReceiver result) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | append(Item item)Supply an item to the feed | 
| void | close()Signal the end of the sequence of items | 
| PipelineConfiguration | getPipelineConfiguration()Get the pipeline configuration | 
| void | open()Signal the start of a sequence of items | 
public DecomposingFeed(SequenceReceiver result)
public PipelineConfiguration getPipelineConfiguration()
getPipelineConfiguration in interface Feedpublic void open()
          throws XPathException
open in interface FeedXPathException - to report any failurepublic void close()
           throws XPathException
close in interface FeedXPathException - to report any failurepublic void append(Item item) throws XPathException
append in interface Feeditem - the item being fedXPathException - to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.