public class ShallowCopyEventFeed extends ItemFeed
The instruction-dependent code is contained in the processLeft() and processRight() methods
| Constructor and Description |
|---|
ShallowCopyEventFeed(Mode mode,
Feed parentExpressionFeed,
XPathContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Finish evaluating the expression.
|
void |
open(Terminator terminator)
Start evaluating the expression.
|
void |
processItem(Item<?> item)
Supply one item towards the streamed input of the expression
|
dynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getReceiver, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator, startSelectedParentNodepublic ShallowCopyEventFeed(Mode mode, Feed parentExpressionFeed, XPathContext context)
public void open(Terminator terminator) throws XPathException
ItemFeedopen in interface Feedopen in class ItemFeedterminator - used to achieve early exitXPathException - if a dynamic error occurspublic void processItem(Item<?> item) throws XPathException
ItemFeedprocessItem in interface FeedprocessItem in class ItemFeeditem - the item to be suppliedXPathException - May be raised if a dynamic error occurspublic void close()
throws XPathException
ItemFeedclose in interface Feedclose in class ItemFeedXPathException - if a dynamic error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.