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 XSSchemaFields in com.sun.xml.xsom.impl with type parameters of type XSSchemaModifier and TypeFieldDescriptionSchemaSetImpl.readonlySchemaListSchemaSetImpl.schemasSchemaSetImpl.schemas2Methods 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
Subclasses with type arguments of type XSSchema in com.sun.xml.xsom.impl.scdModifier and TypeClassDescription(package private) static final classMatches a schema in a particular namespace.Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSSchemaModifier and TypeFieldDescriptionAxis.ROOTPseudo-axis that selects all theXSSchemas in the current set.Axis.X_SCHEMAMethods in com.sun.xml.xsom.impl.scd with parameters of type XSSchemaModifier and TypeMethodDescriptionprotected booleanConstructor 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