public final class SCDImpl extends SCD
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<XSComponent> |
select(Iterator<? extends XSComponent> contextNode) |
Evaluates the SCD against the given set of context nodes and
returns the matched nodes.
|
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 Iterator<XSComponent> select(Iterator<? extends XSComponent> contextNode)
SCDselect in class SCDcontextNode - XSComponents that represent the context node against
which SCD is evaluated.public String toString()
SCDSCD.create(String, NamespaceContext).Copyright © 2018 Oracle Corporation. All rights reserved.