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.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 XSComponent
SCD.selectSingle
(XSSchemaSet contextNode) Evaluates the SCD against the whole schema set and returns the matched node. -
Uses of XSSchemaSet in com.sun.xml.xsom.impl
Classes 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.parser
Fields 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.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchemaSetModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.visit
(XSSchemaSet s) Visits the root schema set.void
SchemaWriter.visit
(XSSchemaSet s) -
Uses of XSSchemaSet in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return XSSchemaSet -
Uses of XSSchemaSet in io.atlasmap.xml.core.schema
Methods 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
.