Uses of Interface
com.sun.xml.xsom.XSType
-
-
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(java.lang.String localName)XSTypeXSSchemaSet. getType(java.lang.String namespaceURI, java.lang.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 java.util.Map<java.lang.String,XSType>XSSchema. getTypes()Gets all theXSTypes in this schema (union ofXSSchema.getSimpleTypes()andXSSchema.getComplexTypes()java.util.Iterator<XSType>XSSchema. iterateTypes()java.util.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.
-