AbstractAxisImpl<T extends XSComponent> |
Partial default implementation of Axis .
|
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.ReadOnly<T> |
|
Iterators.Singleton<T> |
Iterator that returns a single (or no) value.
|
Iterators.Union<T> |
Union of two iterators.
|
Iterators.Unique<T> |
Only return unique items.
|
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> |
|
Step.AnonymousType |
Matches anonymous types.
|
Step.Any |
Matches any name.
|
Step.Facet |
Matches a particular kind of facets.
|
Step.Filtered<T extends XSComponent> |
|
Step.Named |
Matches a particular name.
|
Step.Schema |
Matches a schema in a particular namespace.
|
Token |
Describes the input token stream.
|