Uses of Interface
com.sun.xml.xsom.XSType
-
Packages that use XSType Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.parser com.sun.xml.xsom.util -
-
Uses of XSType in com.sun.xml.xsom
Subinterfaces of XSType in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSComplexTypeComplex type.interfaceXSListSimpleTypeList simple type.interfaceXSRestrictionSimpleTypeRestriction simple type.interfaceXSSimpleTypeSimple type.interfaceXSUnionSimpleTypeUnion simple type.Methods in com.sun.xml.xsom that return XSType Modifier and Type Method Description XSTypeXSType. getBaseType()Returns the base type of this type.XSTypeXSType. getRedefinedBy()If thisXSTypeis redefined by another type, return that component.XSTypeXSElementDecl. getType()Gets the type of this element declaration.XSTypeXSSchema. getType(String localName)XSTypeXSSchemaSet. getType(String namespaceURI, String localName)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 XSType Modifier and Type Method Description Map<String,XSType>XSSchema. getTypes()Gets all theXSTypes in this schema (union ofXSSchema.getSimpleTypes()andXSSchema.getComplexTypes()Iterator<XSType>XSSchema. iterateTypes()Iterator<XSType>XSSchemaSet. iterateTypes()Iterates all type definitions in all the schemas.Methods in com.sun.xml.xsom with parameters of type XSType Modifier and Type Method Description booleanXSType. isDerivedFrom(XSType t)Returns true if this type is derived from the specified type. -
Uses of XSType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSType Modifier and Type Method Description XSTypeDelayedRef.Type. getType()XSTypeSubstGroupBaseTypeRef. getType() -
Uses of XSType in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSType Modifier and Type Method Description booleanSimpleTypeSet. contains(XSType type)booleanTypeClosure. contains(XSType type)abstract booleanTypeSet. contains(XSType type)Return true if this TypeSet contains the specified type.
-