Uses of Interface
com.sun.xml.xsom.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
Modifier 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.Modifier 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
Modifier 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()
Modifier and TypeMethodDescriptionSchemaImpl.getComplexTypes()
ComplexTypeImpl.getSubtypes()
SchemaImpl.iterateComplexTypes()
SchemaSetImpl.iterateComplexTypes()
Modifier and TypeMethodDescriptionvoid
SchemaImpl.addComplexType
(XSComplexType newDecl, boolean overwrite) -
Uses of XSComplexType in com.sun.xml.xsom.impl.parser
-
Uses of XSComplexType in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.complexType
(XSComplexType type) void
SchemaWriter.complexType
(XSComplexType type) -
Uses of XSComplexType in com.sun.xml.xsom.util
Modifier 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
Modifier and TypeMethodDescriptionXSFunction.complexType
(XSComplexType type) void
XSVisitor.complexType
(XSComplexType type) -
Uses of XSComplexType in io.atlasmap.xml.core.schema
Modifier and TypeMethodDescriptionvoid
AtlasRewritingXSVisitor.complexType
(XSComplexType complex)