Uses of Interface
com.sun.xml.xsom.XSSchemaSet
Packages that use XSSchemaSet
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the 
com.sun.xml.xsom package.Parser that reads XML Schema documents and builds an 
XSSchemaSet object.Classes to parse XML Schema documents into objects of 
com.sun.xml.xsom package.- 
Uses of XSSchemaSet in com.sun.xml.xsomMethods 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.
- 
Uses of XSSchemaSet in com.sun.xml.xsom.implClasses in com.sun.xml.xsom.impl that implement XSSchemaSetMethods in com.sun.xml.xsom.impl that return XSSchemaSet
- 
Uses of XSSchemaSet in com.sun.xml.xsom.impl.parserFields in com.sun.xml.xsom.impl.parser declared as XSSchemaSetMethods in com.sun.xml.xsom.impl.parser that return XSSchemaSet
- 
Uses of XSSchemaSet in com.sun.xml.xsom.impl.utilMethods in com.sun.xml.xsom.impl.util with parameters of type XSSchemaSetModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.visit(XSSchemaSet s) Visits the root schema set.voidSchemaWriter.visit(XSSchemaSet s) 
- 
Uses of XSSchemaSet in com.sun.xml.xsom.parserMethods in com.sun.xml.xsom.parser that return XSSchemaSet
- 
Uses of XSSchemaSet in io.atlasmap.xml.core.schemaMethods in io.atlasmap.xml.core.schema that return XSSchemaSetModifier and TypeMethodDescriptionAtlasXmlSchemaSetParser.parse(InputStream in) Parse XML Schema or SchemaSet which contains multiple XML Schema and build aXSSchemaSet.Parse single XML Schema or SchemaSet which contains multiple XML Schema and build aXSSchemaSet.