Uses of Interface
com.sun.xml.xsom.XSType
Packages that use XSType
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.-
Uses of XSType in com.sun.xml.xsom
Subinterfaces of XSType in com.sun.xml.xsomModifier and TypeInterfaceDescriptioninterfaceComplex type.interfaceList simple type.interfaceRestriction simple type.interfaceSimple type.interfaceUnion simple type.Methods in com.sun.xml.xsom that return XSTypeModifier and TypeMethodDescriptionXSType.getBaseType()Returns the base type of this type.XSType.getRedefinedBy()If thisXSTypeis redefined by another type, return that component.XSElementDecl.getType()Gets the type of this element declaration.XSType[]XSType.listSubstitutables()Lists up types that can substitute this type by using xsi:type.Methods in com.sun.xml.xsom that return types with arguments of type XSTypeModifier and TypeMethodDescriptionXSSchema.getTypes()Gets all theXSTypes in this schema (union ofXSSchema.getSimpleTypes()andXSSchema.getComplexTypes()XSSchema.iterateTypes()XSSchemaSet.iterateTypes()Iterates all type definitions in all the schemas.Methods in com.sun.xml.xsom with parameters of type XSTypeModifier and TypeMethodDescriptionbooleanXSType.isDerivedFrom(XSType t) Returns true if this type is derived from the specified type. -
Uses of XSType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSTypeModifier and TypeClassDescriptionclassclassclassclassclassMethods in com.sun.xml.xsom.impl that return XSTypeModifier and TypeMethodDescriptionComplexTypeImpl.getBaseType()SimpleTypeImpl.getBaseType()ElementDecl.getType()Ref.Type.getType()Obtains a reference as a type.XSType[]ComplexTypeImpl.listSubstitutables()XSType[]SimpleTypeImpl.listSubstitutables()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSTypeModifier and TypeMethodDescriptionSchemaImpl.getTypes()SchemaImpl.iterateTypes()SchemaSetImpl.iterateTypes()Methods in com.sun.xml.xsom.impl with parameters of type XSTypeModifier and TypeMethodDescriptionbooleanComplexTypeImpl.isDerivedFrom(XSType t) booleanSimpleTypeImpl.isDerivedFrom(XSType t) -
Uses of XSType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSType -
Uses of XSType in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSType -
Uses of XSType in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSType