Package com.saxonica.ee.bytecode.iter
Class CompiledBlockIterator
- java.lang.Object
-
- net.sf.saxon.expr.instruct.AbstractBlockIterator
-
- com.saxonica.ee.bytecode.iter.CompiledBlockIterator
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,SequenceIterator
public abstract class CompiledBlockIterator extends AbstractBlockIterator
Iterate over the instructions in the Block, concatenating the result of each instruction into a single combined sequence.
-
-
Field Summary
Fields Modifier and Type Field Description protected XPathContext
context
protected SequenceIterator
currentIterator
protected int
currentOperand
-
Fields inherited from class net.sf.saxon.expr.instruct.AbstractBlockIterator
currentIter, size
-
-
Constructor Summary
Constructors Constructor Description CompiledBlockIterator()
-
Method Summary
-
Methods inherited from class net.sf.saxon.expr.instruct.AbstractBlockIterator
close, discharge, getNthChildIterator, init, next
-
-
-
-
Field Detail
-
currentOperand
protected int currentOperand
-
context
protected XPathContext context
-
currentIterator
protected SequenceIterator currentIterator
-
-