public class ShallowCopyEventFeed extends EventFeed
The instruction-dependent code is contained in the processLeft() and processRight() methods
of the expression object, which must be a DivisibleInstruction
Constructor and Description |
---|
ShallowCopyEventFeed(Mode mode,
Feed parentExpressionFeed,
Stack<XPathContext> contextStack) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Finish evaluating the expression.
|
void |
open()
Start evaluating the expression.
|
append, getContext, getContextStack, getExpression, getPipelineConfiguration, getResult, setPipelineConfiguration
public ShallowCopyEventFeed(Mode mode, Feed parentExpressionFeed, Stack<XPathContext> contextStack)
public void open() throws XPathException
EventFeed
open
in interface Feed
open
in class EventFeed
XPathException
- to report any failurepublic void close() throws XPathException
EventFeed
close
in interface Feed
close
in class EventFeed
XPathException
- to report any failureCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.