Package com.sun.xml.xsom.impl.scd
Class Step<T extends XSComponent>
java.lang.Object
com.sun.xml.xsom.impl.scd.Step<T>
Building block of
SCD
.- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(Iterator<XSComponent> nodeSet) Evaluate this step against the current node set and returns matched nodes.Perform filtering (which is different depending on the kind of step.)
-
Field Details
-
axis
-
-
Constructor Details
-
Step
-
-
Method Details
-
filter
Perform filtering (which is different depending on the kind of step.) -
evaluate
Evaluate this step against the current node set and returns matched nodes.
-