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 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) -
Uses of XSComplexType in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSComplexTypeModifier and TypeMethodDescriptionvoid
AtlasRewritingXSVisitor.complexType
(XSComplexType complex)