Uses of Interface
com.sun.xml.xsom.XSComplexType
Packages that use XSComplexType
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom package.Parser that reads XML Schema documents and builds an
XSSchemaSet object.Visitor pattern support for the
com.sun.xml.xsom interfaces.-
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. -
Uses of XSComplexType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSComplexTypeFields in com.sun.xml.xsom.impl with type parameters of type XSComplexTypeModifier and TypeFieldDescriptionprivate final Map<String, XSComplexType> SchemaImpl.complexTypesprivate final Map<String, XSComplexType> SchemaImpl.complexTypesViewMethods in com.sun.xml.xsom.impl that return XSComplexTypeModifier and TypeMethodDescriptionComplexTypeImpl.asComplexType()SchemaSetImpl.AnySimpleType.asComplexType()SchemaSetImpl.AnyType.asComplexType()final XSComplexTypeSimpleTypeImpl.asComplexType()SchemaSetImpl.getAnyType()SchemaImpl.getComplexType(String name) SchemaSetImpl.getComplexType(String ns, String localName) ComplexTypeImpl.getRedefinedBy()SchemaSetImpl.AnyType.getRedefinedBy()ComplexTypeImpl.getType()Ref.ComplexType.getType()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSComplexTypeModifier and TypeMethodDescriptionSchemaImpl.getComplexTypes()ComplexTypeImpl.getSubtypes()SchemaSetImpl.AnyType.getSubtypes()SchemaImpl.iterateComplexTypes()SchemaSetImpl.iterateComplexTypes()Methods in com.sun.xml.xsom.impl with parameters of type XSComplexTypeModifier and TypeMethodDescriptionvoidSchemaImpl.addComplexType(XSComplexType newDecl, boolean overwrite) -
Uses of XSComplexType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSComplexType -
Uses of XSComplexType in com.sun.xml.xsom.impl.scd
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSComplexType -
Uses of XSComplexType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSComplexTypeModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.complexType(XSComplexType type) voidSchemaWriter.complexType(XSComplexType type) private voidSchemaTreeTraverser.dumpComplexTypeAttribute(XSComplexType type) Creates node for complex type.private voidSchemaWriter.dumpComplexTypeAttribute(XSComplexType type) -
Uses of XSComplexType in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSComplexTypeModifier and TypeMethodDescriptionComponentNameFunction.complexType(XSComplexType type) NameGetter.complexType(XSComplexType type) XSFinder.complexType(XSComplexType type) XSFunctionFilter.complexType(XSComplexType type) -
Uses of XSComplexType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSComplexTypeModifier and TypeMethodDescriptionXSFunction.complexType(XSComplexType type) voidXSVisitor.complexType(XSComplexType type)