Class SCDImpl
java.lang.Object
com.sun.xml.xsom.SCD
com.sun.xml.xsom.impl.scd.SCDImpl
-
Constructor Summary
Constructors -
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 SCD
create, select, select, select, selectSingle, selectSingle
-
Constructor Details
-
SCDImpl
-
-
Method Details
-
select
Description copied from class:SCDEvaluates the SCD against the given set of context nodes and returns the matched nodes.- Specified by:
selectin classSCD- Parameters:
contextNode-XSComponents that represent the context node against whichSCDis evaluated.- Returns:
- could be empty but never be null.
-
toString
Description copied from class:SCDReturns the textual SCD representation as given toSCD.create(String, NamespaceContext).
-