Constructor and Description |
---|
NextIterationFeed(Expression inst,
Feed result,
Stack<XPathContext> contextStack,
int arg) |
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
|
void |
open()
Start evaluating the expression.
|
getContext, getContextStack, getExpression, getPipelineConfiguration, getResult, setPipelineConfiguration
public NextIterationFeed(Expression inst, Feed result, Stack<XPathContext> contextStack, int arg) throws XPathException
XPathException
public void open() throws XPathException
ItemFeed
open
in interface Feed
open
in class ItemFeed
XPathException
- if a dynamic error occurspublic void append(Item item) throws XPathException
append
in interface Feed
append
in class ItemFeed
item
- the item being fedXPathException
- to report any failurepublic void close() throws XPathException
close
in interface Feed
close
in class ItemFeed
XPathException
- to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.