|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.xsom.SCD
com.sun.xml.xsom.impl.scd.SCDImpl
public final class SCDImpl
Schema component designator.
| Constructor Summary | |
|---|---|
SCDImpl(java.lang.String text,
Step[] steps)
|
|
| Method Summary | |
|---|---|
java.util.Iterator<XSComponent> |
select(java.util.Iterator<? extends XSComponent> contextNode)
Evaluates the SCD against the given set of context nodes and returns the matched nodes. |
java.lang.String |
toString()
Returns the textual SCD representation as given to SCD.create(String, NamespaceContext). |
| Methods inherited from class com.sun.xml.xsom.SCD |
|---|
create, select, select, select, selectSingle, selectSingle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SCDImpl(java.lang.String text,
Step[] steps)
| Method Detail |
|---|
public java.util.Iterator<XSComponent> select(java.util.Iterator<? extends XSComponent> contextNode)
SCD
select in class SCDcontextNode - XSComponents that represent the context node against
which SCD is evaluated.
public java.lang.String toString()
SCDSCD.create(String, NamespaceContext).
toString in class SCD
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||