net.sf.saxon.instruct
public interface DivisibleInstruction
Method Summary | |
---|---|
void | processLeft(Stack<XPathContext> contextStack, Stack state)
In streaming mode, process the first half of the instruction (for example, to start a new document or element) |
void | processRight(Stack<XPathContext> contextStack, Stack state)
In streaming mode, process the right half of the instruction (for example, to end a new document or element) |
Parameters: contextStack Stack of XPathContext objects. The instruction should use the one at the top of the stack. state a stack on which the instruction can save state information during the call on processLeft()
Parameters: contextStack Stack of XPathContext objects. The instruction should use the one at the top of the stack. state a stack on which the instruction can save state information during the call on processLeft()