Package com.sun.xml.xsom.impl.scd
Class SCDImpl
java.lang.Object
com.sun.xml.xsom.SCD
com.sun.xml.xsom.impl.scd.SCDImpl
Schema component designator.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionselect
(Iterator<? extends XSComponent> contextNode) Evaluates the SCD against the given set of context nodes and returns the matched nodes.toString()
Returns the textual SCD representation as given toSCD.create(String, NamespaceContext)
.Methods inherited from class com.sun.xml.xsom.SCD
create, select, select, select, selectSingle, selectSingle
-
Constructor Details
-
SCDImpl
-
-
Method Details
-
select
Description copied from class:SCD
Evaluates the SCD against the given set of context nodes and returns the matched nodes.- Specified by:
select
in classSCD
- Parameters:
contextNode
-XSComponent
s that represent the context node against whichSCD
is evaluated.- Returns:
- could be empty but never be null.
-
toString
Description copied from class:SCD
Returns the textual SCD representation as given toSCD.create(String, NamespaceContext)
.
-