public interface Feed
| 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
|
PipelineConfiguration getPipelineConfiguration()
void open()
throws XPathException
XPathException - to report any failurevoid append(Item item) throws XPathException
item - the item being fedXPathException - to report any failurevoid close()
throws XPathException
XPathException - to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.