Uses of Interface
com.sun.xml.xsom.XSSchema
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Classes to parse XML Schema documents into objects of
com.sun.xml.xsom
package.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
Uses of XSSchema in com.sun.xml.xsom
Modifier and TypeMethodDescriptionXSComponent.getOwnerSchema()
Gets a reference to theXSSchema
object to which this component belongs.XSSchemaSet.getSchema
(int idx) Modifier and TypeMethodDescriptionXSSchemaSet.getSchemas()
Gets allXSSchema
s in a single collection.XSSchemaSet.iterateSchema()
-
Uses of XSSchema in com.sun.xml.xsom.impl
Modifier and TypeMethodDescriptionfinal Collection<XSSchema>
SchemaSetImpl.getSchemas()
SchemaSetImpl.iterateSchema()
-
Uses of XSSchema in com.sun.xml.xsom.impl.scd
-
Uses of XSSchema in com.sun.xml.xsom.impl.util
-
Uses of XSSchema in com.sun.xml.xsom.parser
-
Uses of XSSchema in com.sun.xml.xsom.util
-
Uses of XSSchema in com.sun.xml.xsom.visitor
-
Uses of XSSchema in io.atlasmap.xml.core.schema