Constructor and Description |
---|
NoOpenOrCloseFeed(Expression exp,
Feed parentFeed,
Stack<XPathContext> contextStack) |
Modifier and Type | Method and Description |
---|---|
void |
append(Item item)
Supply one item towards the streamed input of the expression
|
void |
close()
Finish evaluating the expression.
|
void |
open()
Start evaluating the expression.
|
getContext, getContextStack, getExpression, getPipelineConfiguration, getResult, setPipelineConfiguration
public NoOpenOrCloseFeed(Expression exp, Feed parentFeed, Stack<XPathContext> contextStack)
public void open()
ItemFeed
public void append(Item item) throws XPathException
ItemFeed
append
in interface Feed
append
in class ItemFeed
item
- the item to be suppliedXPathException
- to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.