Uses of Interface
com.sun.xml.xsom.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
Modifier and TypeMethodDescriptionXSComponent.getRoot()
Gets the root schema set that includes this component.XSSchema.getRoot()
Gets the root schema set that includes this schema.Modifier 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
-
Uses of XSSchemaSet in com.sun.xml.xsom.impl.parser
-
Uses of XSSchemaSet in com.sun.xml.xsom.impl.util
Modifier 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
-
Uses of XSSchemaSet in io.atlasmap.xml.core.schema
Modifier 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
.