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, selectSingle
public Iterator<XSComponent> select(Iterator<? extends XSComponent> contextNode)
SCD
select
in class SCD
contextNode
- XSComponent
s that represent the context node against
which SCD
is evaluated.public String toString()
SCD
SCD.create(String, NamespaceContext)
.Copyright © 2021 JBoss by Red Hat. All rights reserved.