public class BufferingFeed extends ItemFeed
| Constructor and Description |
|---|
BufferingFeed(Expression expr,
Feed result,
Stack<XPathContext> contextStack) |
| 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
|
getContext, getContextStack, getExpression, getPipelineConfiguration, getResult, open, setPipelineConfigurationpublic BufferingFeed(Expression expr, Feed result, Stack<XPathContext> contextStack)
public void append(Item item) throws XPathException
append in interface Feedappend in class ItemFeeditem - the item being fedXPathException - to report any failurepublic void close()
throws XPathException
close in interface Feedclose in class ItemFeedXPathException - to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.