Uses of Interface
com.sun.xml.xsom.XSComplexType
-
Uses of XSComplexType in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSComplexTypeModifier and TypeMethodDescriptionXSType.asComplexType()Casts this object to XSComplexType if possible, otherwise returns null.XSSchemaSet.getAnyType()XSSchema.getComplexType(String localName) XSSchemaSet.getComplexType(String namespaceURI, String localName) XSComplexType.getRedefinedBy()If thisXSComplexTypeis redefined by another complex type, return that component.Methods in com.sun.xml.xsom that return types with arguments of type XSComplexTypeModifier and TypeMethodDescriptionXSSchema.getComplexTypes()Gets all theXSComplexTypes in this schema.XSComplexType.getSubtypes()Returns a list of direct subtypes of this complex type.XSSchema.iterateComplexTypes()XSSchemaSet.iterateComplexTypes()Iterates all complex type definitions in all the schemas.