private abstract static class Step.Filtered<T extends XSComponent> extends Step<T>
Step.AnonymousType, Step.Any, Step.Facet, Step.Named, Step.Schema
Modifier | Constructor and Description |
---|---|
protected |
Filtered(Axis<? extends T> axis) |
Modifier and Type | Method and 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 boolean |
match(T d) |
protected java.util.Iterator<T> filter(java.util.Iterator<? extends T> base)
Step
filter
in class Step<T extends XSComponent>
protected abstract boolean match(T d)