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.
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.