Uses of Interface
com.sun.xml.xsom.XSSchemaSet
-
-
Uses of XSSchemaSet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSSchemaSet Modifier and Type Method Description XSSchemaSetXSComponent. getRoot()Gets the root schema set that includes this component.XSSchemaSetXSSchema. getRoot()Gets the root schema set that includes this schema.Methods in com.sun.xml.xsom with parameters of type XSSchemaSet Modifier and Type Method Description java.util.Collection<XSComponent>SCD. select(XSSchemaSet contextNode)Evaluates the SCD against the whole schema and returns the matched nodes.XSComponentSCD. selectSingle(XSSchemaSet contextNode)Evaluates the SCD against the whole schema set and returns the matched node.
-