Constructor and Description |
---|
NextIterationFeed(Expression inst,
Feed result,
XPathContext context,
int arg) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Signal the end of the sequence of items
|
void |
open(Terminator terminator)
Start evaluating the expression.
|
void |
processItem(Item item)
Supply an item to the feed
|
dynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getReceiver, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator, startSelectedParentNode
public NextIterationFeed(Expression inst, Feed result, XPathContext context, int arg) throws XPathException
XPathException
public void open(Terminator terminator) throws XPathException
ItemFeed
open
in interface Feed
open
in class ItemFeed
terminator
- used to achieve early exitXPathException
- if a dynamic error occurspublic void processItem(Item item) throws XPathException
processItem
in interface Feed
processItem
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-2018 Saxonica Limited. All rights reserved.