public class GroupedItemStoppingFeed extends ItemFeed
Constructor and Description |
---|
GroupedItemStoppingFeed(Expression expression,
Feed result,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Finish evaluating the expression.
|
void |
open(Terminator terminator)
Called at the start of processing each item selected by the for-each-group instruction
|
void |
processItem(Item item)
Supply one item towards the streamed input of the expression (that is, one item of the grouping population)
|
dynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getReceiver, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator, startSelectedParentNode
public GroupedItemStoppingFeed(Expression expression, Feed result, XPathContext context)
public void open(Terminator terminator) throws XPathException
open
in interface Feed
open
in class ItemFeed
terminator
- XPathException
public void processItem(Item item) throws XPathException
processItem
in interface Feed
processItem
in class ItemFeed
item
- the next item from the populationXPathException
- May be raised if a dynamic error occurspublic void close() throws XPathException
ItemFeed
close
in interface Feed
close
in class ItemFeed
XPathException
- if a dynamic error occursCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.