public class ComplexNodeEventFeed extends EventFeed
The instruction-dependent code is contained in the processLeft() and processRight() methods
 of the expression object, which must be a DivisibleInstruction 
| Constructor and Description | 
|---|
| ComplexNodeEventFeed(Expression exp,
                    Feed parentExpressionFeed,
                    Stack<XPathContext> contextStack) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Finish evaluating the expression. | 
| void | open()Start evaluating the expression. | 
append, getContext, getContextStack, getExpression, getPipelineConfiguration, getResult, setPipelineConfigurationpublic ComplexNodeEventFeed(Expression exp, Feed parentExpressionFeed, Stack<XPathContext> contextStack)
public void open()
          throws XPathException
EventFeedopen in interface Feedopen in class EventFeedXPathException - to report any failurepublic void close()
           throws XPathException
EventFeedclose in interface Feedclose in class EventFeedXPathException - to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.