public static class ResultDocumentAdjunct.ResultDocumentFeed extends ComplexNodeEventFeed
Constructor and Description |
---|
ResultDocumentAdjunct.ResultDocumentFeed(Expression exp,
Feed result,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
processLeft(XPathContext context)
In streaming mode, process the first half of the instruction (for example, to start a new document or element)
|
protected void |
processRight(XPathContext context)
In streaming mode, process the right half of the instruction (for example, to end a new document or element)
|
close, getReceiver, open, processItem, setReceiver
dynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator, startSelectedParentNode
public ResultDocumentAdjunct.ResultDocumentFeed(Expression exp, Feed result, XPathContext context)
protected void processLeft(XPathContext context) throws XPathException
processLeft
in class ComplexNodeEventFeed
context
- The dynamic contextXPathException
- if a dynamic error occursprotected void processRight(XPathContext context) throws XPathException
processRight
in class ComplexNodeEventFeed
context
- The dynamic contextXPathException
- if a dynamic error occursCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.