Package com.sun.xml.xsom.impl.scd
Class SCDImpl
- java.lang.Object
-
- com.sun.xml.xsom.SCD
-
- com.sun.xml.xsom.impl.scd.SCDImpl
-
public final class SCDImpl extends SCD
Schema component designator.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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.StringtoString()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
-
-
-
-
Method Detail
-
select
public Iterator<XSComponent> select(Iterator<? extends XSComponent> contextNode)
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
public String toString()
Description copied from class:SCDReturns the textual SCD representation as given toSCD.create(String, NamespaceContext).
-
-