Uses of Interface
com.sun.xml.xsom.XSSchemaSet
-
Uses of XSSchemaSet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSSchemaSetModifier and TypeMethodDescriptionXSComponent.getRoot()Gets the root schema set that includes this component.XSSchema.getRoot()Gets the root schema set that includes this schema.Methods in com.sun.xml.xsom with parameters of type XSSchemaSetModifier and TypeMethodDescriptionfinal Collection<XSComponent>SCD.select(XSSchemaSet contextNode) Evaluates the SCD against the whole schema and returns the matched nodes.final XSComponentSCD.selectSingle(XSSchemaSet contextNode) Evaluates the SCD against the whole schema set and returns the matched node.