Uses of Interface
com.sun.xml.xsom.XSType
-
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.