Class CompiledBlockIterator

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, SequenceIterator

    public abstract class CompiledBlockIterator
    extends java.lang.Object
    implements SequenceIterator
    Iterate over the instructions in the Block, concatenating the result of each instruction into a single combined sequence.
    • Constructor Detail

      • CompiledBlockIterator

        public CompiledBlockIterator()
      • CompiledBlockIterator

        public CompiledBlockIterator​(XPathContext context)