public abstract class ComplexNodeEventFeed extends ItemFeed
The instruction-dependent code is contained in the processLeft() and processRight() methods
| Constructor and Description |
|---|
ComplexNodeEventFeed(Expression exp,
Feed parentExpressionFeed,
XPathContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Finish evaluating the expression.
|
SequenceReceiver |
getReceiver()
Get a receiver to which start and end events for documents and elements can be
written.
|
void |
open(Terminator terminator)
Start evaluating the expression.
|
void |
processItem(Item item)
Supply one item towards the streamed input of the expression
|
protected abstract void |
processLeft(XPathContext context)
In streaming mode, process the first half of the instruction (for example, to start a new document or element)
|
protected abstract void |
processRight(XPathContext context)
In streaming mode, process the right half of the instruction (for example, to end a new document or element)
|
protected void |
setReceiver(SequenceReceiver out) |
dynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator, startSelectedParentNodepublic ComplexNodeEventFeed(Expression exp, Feed parentExpressionFeed, XPathContext context)
public void open(Terminator terminator) throws XPathException
ItemFeedopen in interface Feedopen in class ItemFeedterminator - used to achieve early exitXPathException - if a dynamic error occurspublic void processItem(Item item) throws XPathException
ItemFeedprocessItem in interface FeedprocessItem in class ItemFeeditem - the item to be suppliedXPathException - May be raised if a dynamic error occurspublic void close()
throws XPathException
ItemFeedclose in interface Feedclose in class ItemFeedXPathException - if a dynamic error occurspublic SequenceReceiver getReceiver()
ItemFeedgetReceiver in interface FeedgetReceiver in class ItemFeedprotected void setReceiver(SequenceReceiver out)
protected abstract void processLeft(XPathContext context) throws XPathException
context - The dynamic contextXPathException - if a dynamic error occursprotected abstract void processRight(XPathContext context) throws XPathException
context - The dynamic contextXPathException - if a dynamic error occursCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.