public final class SCDImpl extends SCD
| Modifier and Type | Method and 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). |
create, 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 © 2005–2017 Oracle Corporation. All rights reserved.