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 theXSSchema
object 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 allXSSchema
s in a single collection.XSSchemaSet.iterateSchema()
-
Uses of XSSchema in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSSchemaFields in com.sun.xml.xsom.impl with type parameters of type XSSchemaModifier and TypeFieldDescriptionSchemaSetImpl.readonlySchemaList
SchemaSetImpl.schemas
SchemaSetImpl.schemas2
Methods 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 XSSchemaModifier and TypeFieldDescriptionAxis.ROOT
Pseudo-axis that selects all theXSSchema
s in the current set.Axis.X_SCHEMA
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSSchemaModifier and TypeMethodDescriptionprotected boolean
Constructor parameters in com.sun.xml.xsom.impl.scd with type arguments 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