public static class ResultDocumentAdjunct.ResultDocumentFeed extends ComplexNodeEventFeed
| Constructor and Description |
|---|
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, endSelectedParentNode, getReceiver, open, processItem, setReceiver, startSelectedParentNodedynamicError, getContext, getExpression, getPipelineConfiguration, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminatorpublic ResultDocumentFeed(Expression exp, Feed result, XPathContext context)
protected void processLeft(XPathContext context) throws XPathException
processLeft in class ComplexNodeEventFeedcontext - The dynamic contextXPathException - if a dynamic error occursprotected void processRight(XPathContext context) throws XPathException
processRight in class ComplexNodeEventFeedcontext - The dynamic contextXPathException - if a dynamic error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.