| Interface | Description |
|---|---|
| Axis<T extends XSComponent> |
Axis of traversal.
|
| SCDParserConstants |
| Class | Description |
|---|---|
| Axis.ModelGroupAxis | |
| Iterators |
Various convenient
Iterator implementations. |
| Iterators.Adapter<T,U> | |
| 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> |
Building block of
SCD. |
| Token |
Describes the input token stream.
|
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.