Uses of Interface
com.sun.xml.xsom.XSSchema
Packages that use 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
Methods in com.sun.xml.xsom that return XSSchemaModifier and TypeMethodDescriptionXSComponent.getOwnerSchema()Gets a reference to theXSSchemaobject to which this component belongs.XSSchemaSet.getSchema(int idx) Methods in com.sun.xml.xsom that return types with arguments of type XSSchemaModifier and TypeMethodDescriptionXSSchemaSet.getSchemas()Gets allXSSchemas in a single collection.XSSchemaSet.iterateSchema() -
Uses of XSSchema in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSSchemaMethods in com.sun.xml.xsom.impl that return XSSchemaMethods in com.sun.xml.xsom.impl that return types with arguments of type XSSchemaModifier and TypeMethodDescriptionfinal Collection<XSSchema>SchemaSetImpl.getSchemas()SchemaSetImpl.iterateSchema() -
Uses of XSSchema in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSSchema -
Uses of XSSchema in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchema -
Uses of XSSchema in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return XSSchema -
Uses of XSSchema in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSSchema -
Uses of XSSchema in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSSchema -
Uses of XSSchema in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSSchema