| 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, setPipelineConfigurationpublic NoOpenOrCloseFeed(Expression exp, Feed parentFeed, Stack<XPathContext> contextStack)
public void open()
ItemFeedpublic void append(Item item) throws XPathException
ItemFeedappend in interface Feedappend in class ItemFeeditem - the item to be suppliedXPathException - to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.