Package | Description |
---|---|
com.sun.xml.xsom.impl.scd |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Step.AnonymousType
Matches anonymous types.
|
(package private) static class |
Step.Any
Matches any name.
|
(package private) static class |
Step.Facet
Matches a particular kind of facets.
|
private static class |
Step.Filtered<T extends XSComponent> |
(package private) static class |
Step.Named
Matches a particular name.
|
(package private) static class |
Step.Schema
Matches a schema in a particular namespace.
|
Modifier and Type | Field and Description |
---|---|
private Step[] |
SCDImpl.steps
SCD is fundamentally a list of steps.
|
Modifier and Type | Method and Description |
---|---|
Step |
SCDParser.NameOrWildcard(Axis a) |
Step |
SCDParser.NameOrWildcardOrAnonymous(Axis a) |
Step |
SCDParser.Step() |
Modifier and Type | Method and Description |
---|---|
int |
SCDParser.Predicate(Step s) |
Constructor and Description |
---|
SCDImpl(java.lang.String text,
Step[] steps) |