public static class DocumentInstrAdjunct.DocumentInstrFeed extends ComplexNodeEventFeed
| Constructor and Description |
|---|
DocumentInstrAdjunct.DocumentInstrFeed(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, setReceiverdynamicError, endSelectedParentNode, getContext, getExpression, getPipelineConfiguration, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator, startSelectedParentNodepublic DocumentInstrAdjunct.DocumentInstrFeed(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-2014 Saxonica Limited. All rights reserved.