Package com.sun.xml.xsom.impl.scd
Class Step.Filtered<T extends XSComponent>
- java.lang.Object
-
- com.sun.xml.xsom.impl.scd.Step<T>
-
- com.sun.xml.xsom.impl.scd.Step.Filtered<T>
-
- Direct Known Subclasses:
Step.AnonymousType,Step.Facet,Step.Named,Step.Schema
- Enclosing class:
- Step<T extends XSComponent>
private abstract static class Step.Filtered<T extends XSComponent> extends Step<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.xsom.impl.scd.Step
Step.AnonymousType, Step.Any, Step.Facet, Step.Named, Step.Schema
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.util.Iterator<T>filter(java.util.Iterator<? extends T> base)Perform filtering (which is different depending on the kind of step.)protected abstract booleanmatch(T d)
-
-
-
Method Detail
-
filter
protected java.util.Iterator<T> filter(java.util.Iterator<? extends T> base)
Description copied from class:StepPerform filtering (which is different depending on the kind of step.)- Specified by:
filterin classStep<T extends XSComponent>
-
match
protected abstract boolean match(T d)
-
-