| Constructor and Description |
|---|
GeneralComparisonFeed(Expression expr,
int pushedArg,
Feed result,
Stack<XPathContext> contextStack) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(Item item)
Supply an item to the feed
|
void |
close()
Finish evaluating the expression.
|
void |
open()
Start evaluating the expression.
|
getContext, getContextStack, getExpression, getPipelineConfiguration, getResult, setPipelineConfigurationpublic GeneralComparisonFeed(Expression expr, int pushedArg, Feed result, Stack<XPathContext> contextStack)
public void open()
throws XPathException
ItemFeedopen in interface Feedopen in class ItemFeedXPathException - if a dynamic error occurspublic void append(Item item) throws XPathException
append in interface Feedappend in class ItemFeeditem - the item being fed (in this case, an item in the "pushed" operand
sequence that is being comparedXPathException - to report any failurepublic void close()
throws XPathException
ItemFeedclose in interface Feedclose in class ItemFeedXPathException - if a dynamic error occursCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.