Uses of Class
com.sun.xml.xsom.impl.scd.Step
-
Packages that use Step Package Description com.sun.xml.xsom.impl.scd -
-
Uses of Step in com.sun.xml.xsom.impl.scd
Subclasses of Step in com.sun.xml.xsom.impl.scd Modifier and Type Class 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.Fields in com.sun.xml.xsom.impl.scd declared as Step Modifier and Type Field Description private Step[]
SCDImpl. steps
SCD is fundamentally a list of steps.Methods in com.sun.xml.xsom.impl.scd that return Step Modifier and Type Method Description Step
SCDParser. NameOrWildcard(Axis a)
Step
SCDParser. NameOrWildcardOrAnonymous(Axis a)
Step
SCDParser. Step()
Methods in com.sun.xml.xsom.impl.scd with parameters of type Step Modifier and Type Method Description int
SCDParser. Predicate(Step s)
Constructors in com.sun.xml.xsom.impl.scd with parameters of type Step Constructor Description SCDImpl(java.lang.String text, Step[] steps)
-