Uses of Interface
com.sun.xml.xsom.XSComplexType
-
Packages that use XSComplexType Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.parser com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
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(String localName)XSComplexTypeXSSchemaSet. getComplexType(String namespaceURI, 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 Map<String,XSComplexType>XSSchema. getComplexTypes()Gets all theXSComplexTypes in this schema.List<XSComplexType>XSComplexType. getSubtypes()Returns a list of direct subtypes of this complex type.Iterator<XSComplexType>XSSchema. iterateComplexTypes()Iterator<XSComplexType>XSSchemaSet. iterateComplexTypes()Iterates all complex type definitions in all the schemas. -
Uses of XSComplexType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSComplexType Modifier and Type Method Description XSComplexTypeDelayedRef.ComplexType. getType() -
Uses of XSComplexType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSComplexType Modifier and Type Method Description voidSchemaTreeTraverser. complexType(XSComplexType type)voidSchemaWriter. complexType(XSComplexType type) -
Uses of XSComplexType in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSComplexType Modifier and Type Method Description StringComponentNameFunction. complexType(XSComplexType type)StringNameGetter. complexType(XSComplexType type)BooleanXSFinder. complexType(XSComplexType type)TXSFunctionFilter. complexType(XSComplexType type) -
Uses of XSComplexType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSComplexType Modifier and Type Method Description TXSFunction. complexType(XSComplexType type)voidXSVisitor. complexType(XSComplexType type)
-