|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.xsom.impl.scd.Step<T>
public abstract class Step<T extends XSComponent>
Building block of SCD.
| Field Summary | |
|---|---|
Axis<? extends T> |
axis
|
| Constructor Summary | |
|---|---|
protected |
Step(Axis<? extends T> axis)
|
| Method Summary | |
|---|---|
java.util.Iterator<T> |
evaluate(java.util.Iterator<XSComponent> nodeSet)
Evaluate this step against the current node set and returns matched nodes. |
protected abstract java.util.Iterator<? extends T> |
filter(java.util.Iterator<? extends T> base)
Perform filtering (which is different depending on the kind of step.) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Axis<? extends T extends XSComponent> axis
| Constructor Detail |
|---|
protected Step(Axis<? extends T> axis)
| Method Detail |
|---|
protected abstract java.util.Iterator<? extends T> filter(java.util.Iterator<? extends T> base)
public final java.util.Iterator<T> evaluate(java.util.Iterator<XSComponent> nodeSet)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||