See: Description
Class | Description |
---|---|
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.
|
This package contains classes responsible for generating bytecode for custom iterators.
Michael H. Kay
Saxonica Limited
28 November 2011
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.