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) void
BindGreen.complexType
(XSComplexType ct) void
BindPurple.complexType
(XSComplexType ct) void
BindRed.complexType
(XSComplexType ct) void
BindYellow.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 TypeMethodDescriptionvoid
ComplexTypeFieldBuilder.build
(XSComplexType type) Binds a complex type to a field expression.protected ComplexTypeBindingMode
ComplexTypeFieldBuilder.getBindingMode
(XSComplexType type) Obtains the binding mode recorded throughComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode)
.void
ComplexTypeFieldBuilder.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 thisXSComplexType
is 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 theXSComplexType
s 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 XSComplexType
SimpleTypeImpl.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 TypeMethodDescriptionvoid
SchemaImpl.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 TypeMethodDescriptionvoid
SchemaTreeTraverser.complexType
(XSComplexType type) void
SchemaWriter.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) void
XSVisitor.complexType
(XSComplexType type)