Package net.sf.saxon.expr.instruct
Class BlockIterator
java.lang.Object
net.sf.saxon.expr.instruct.AbstractBlockIterator
net.sf.saxon.expr.instruct.BlockIterator
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- SequenceIterator
Iterate over the instructions in a sequence of instructions (or an XPath comma expression),
 concatenating the result of each instruction into a single combined sequence.
- 
Field SummaryFields inherited from class net.sf.saxon.expr.instruct.AbstractBlockIteratorcontext, currentIter, currentOperand, size
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.sf.saxon.expr.instruct.AbstractBlockIteratorclose, init, next
- 
Constructor Details- 
BlockIterator
 
- 
- 
Method Details- 
getNthChildIterator- Specified by:
- getNthChildIteratorin class- AbstractBlockIterator
- Throws:
- XPathException
 
 
-