Package com.saxonica.bytecode.iter

This package contains classes responsible for generating bytecode for custom iterators.

See:
          Description

Class Summary
CompiledBlockIterator Iterate over the instructions in the Block, concatenating the result of each instruction into a single combined sequence.
CompiledFilterIterator A CompiledFilterIterator filters an input sequence using a filter expression.
OneToOneMappingIterator Abstract iterator that performs a one-to-one mapping from the items in the input sequence to the items in the output sequence; the mapping operation is defined by the map() action implemented in the subclass.
 

Package com.saxonica.bytecode.iter Description

This package contains classes responsible for generating bytecode for custom iterators.

Michael H. Kay
Saxonica Limited
28 November 2011



Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.