Uses of Interface
com.sun.xml.xsom.XSComplexType
-
-
Uses of XSComplexType in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSComplexType Modifier and Type Method Description XSComplexTypeXSType. asComplexType()Casts this object to XSComplexType if possible, otherwise returns null.XSComplexTypeXSSchemaSet. getAnyType()XSComplexTypeXSSchema. getComplexType(java.lang.String localName)XSComplexTypeXSSchemaSet. getComplexType(java.lang.String namespaceURI, java.lang.String localName)XSComplexTypeXSComplexType. getRedefinedBy()If thisXSComplexTypeis redefined by another complex type, return that component.Methods in com.sun.xml.xsom that return types with arguments of type XSComplexType Modifier and Type Method Description java.util.Map<java.lang.String,XSComplexType>XSSchema. getComplexTypes()Gets all theXSComplexTypes in this schema.java.util.List<XSComplexType>XSComplexType. getSubtypes()Returns a list of direct subtypes of this complex type.java.util.Iterator<XSComplexType>XSSchema. iterateComplexTypes()java.util.Iterator<XSComplexType>XSSchemaSet. iterateComplexTypes()Iterates all complex type definitions in all the schemas.
-