public static class DocumentInstrAdjunct.DocumentInstrFeed extends ComplexNodeEventFeed
Constructor and Description |
---|
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, endSelectedParentNode, getReceiver, open, processItem, setReceiver, startSelectedParentNode
dynamicError, getContext, getExpression, getPipelineConfiguration, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setPipelineConfiguration, setTerminator
public DocumentInstrFeed(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-2018 Saxonica Limited. All rights reserved.