Uses of Interface
com.sun.xml.xsom.XSComplexType
Packages that use XSComplexType
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
-
Uses of XSComplexType in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSComplexType -
Uses of XSComplexType in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSComplexTypeModifier and TypeMethodDescriptionClassSelector.bindToType(XSComplexType t, XSComponent referer, boolean cannotBeDelayed) voidBindGreen.complexType(XSComplexType ct) voidBindPurple.complexType(XSComplexType ct) voidBindRed.complexType(XSComplexType ct) voidBindYellow.complexType(XSComplexType ct) -
Uses of XSComplexType in com.sun.tools.xjc.reader.xmlschema.ct
Methods in com.sun.tools.xjc.reader.xmlschema.ct with parameters of type XSComplexTypeModifier and TypeMethodDescriptionvoidComplexTypeFieldBuilder.build(XSComplexType type) Binds a complex type to a field expression.protected ComplexTypeBindingModeComplexTypeFieldBuilder.getBindingMode(XSComplexType type) Obtains the binding mode recorded throughComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode).voidComplexTypeFieldBuilder.recordBindingMode(XSComplexType type, ComplexTypeBindingMode flag) Records the binding mode of the given complex type. -
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 XSComplexTypeMethods in com.sun.xml.xsom.impl that return XSComplexTypeModifier and TypeMethodDescriptionComplexTypeImpl.asComplexType()final XSComplexTypeSimpleTypeImpl.asComplexType()SchemaSetImpl.getAnyType()SchemaImpl.getComplexType(String name) SchemaSetImpl.getComplexType(String ns, String localName) ComplexTypeImpl.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()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.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSComplexTypeModifier and TypeMethodDescriptionvoidSchemaTreeTraverser.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 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)