public class LiteralAdjunct.LiteralItemFeed extends ItemFeed
Constructor and Description |
---|
LiteralItemFeed(Expression exp,
Feed out,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
void |
open(Terminator terminator)
Start evaluating the expression.
|
void |
processItem(Item item)
Supply one item towards the streamed input of the expression
|
close, dynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getReceiver, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator, startSelectedParentNode
public LiteralItemFeed(Expression exp, Feed out, XPathContext context)
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
ItemFeed
processItem
in interface Feed
processItem
in class ItemFeed
item
- the item to be suppliedXPathException
- May be raised if a dynamic error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.