| Axis.ModelGroupAxis |
|
| Iterators |
Various convenient Iterator implementations.
|
| Iterators.Adapter<T,U> |
Iterator that wraps another Iterator and changes its type.
|
| Iterators.Array<T> |
Array iterator.
|
| Iterators.Filter<T> |
Filter out objects from another iterator.
|
| Iterators.Map<T,U> |
For each U, apply U->Iterator<T> function and then iterate all
the resulting T.
|
| Iterators.Union<T> |
Union of two iterators.
|
| SCDImpl |
Schema component designator.
|
| SCDParser |
|
| SCDParserTokenManager |
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| Step<T extends XSComponent> |
|
| Token |
Describes the input token stream.
|