public final class SCDImpl extends SCD
| Constructor | Description |
|---|---|
SCDImpl(java.lang.String text,
Step[] steps) |
| Modifier and Type | Method | Description |
|---|---|---|
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). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreate, select, select, select, selectSingle, selectSinglepublic SCDImpl(java.lang.String text,
Step[] steps)
public java.util.Iterator<XSComponent> select(java.util.Iterator<? extends XSComponent> contextNode)
SCDselect in class SCDcontextNode - XSComponents that represent the context node against
which SCD is evaluated.public java.lang.String toString()
SCDSCD.create(String, NamespaceContext).Copyright © 2018 Oracle. All rights reserved.