static final class Step.Any extends Step<XSComponent>
Step.AnonymousType, Step.Any, Step.Facet, Step.Named, Step.Schema| Constructor and Description |
|---|
Any(Axis<? extends XSComponent> axis) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Iterator<? extends XSComponent> |
filter(java.util.Iterator<? extends XSComponent> base)
Perform filtering (which is different depending on the kind of step.)
|
public Any(Axis<? extends XSComponent> axis)
protected java.util.Iterator<? extends XSComponent> filter(java.util.Iterator<? extends XSComponent> base)
Stepfilter in class Step<XSComponent>