Uses of Class
org.exolab.castor.xml.schema.ComplexType
Packages that use ComplexType
-
Uses of ComplexType in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return ComplexTypeModifier and TypeMethodDescriptionSchema.createComplexType()
Creates a new ComplexType using this Schema as the owning Schema document.Schema.createComplexType
(String name) Creates a new ComplexType using this Schema as the owning Schema document.RedefineSchema.getComplexType
(String name) Returns the ComplexType corresponding to the given name.Schema.getComplexType
(String name) Returns the ComplexType of associated with the given nameWildcard.getComplexType()
Returns the complexType that contains this wildcard, can return null.Methods in org.exolab.castor.xml.schema that return types with arguments of type ComplexTypeModifier and TypeMethodDescriptionRedefineSchema.enumerateComplexTypes()
Enumerates the complexType names.Schema.getComplexTypes()
Returns an Enumeration of all top-level ComplexType declarationsMethods in org.exolab.castor.xml.schema with parameters of type ComplexTypeModifier and TypeMethodDescriptionvoid
RedefineSchema.addComplexType
(ComplexType complexType) Adds the given complexType in the list of redefined complexTypes.void
Schema.addComplexType
(ComplexType complexType) Adds the given Complextype definition to this Schema defintionboolean
RedefineSchema.removeComplexType
(ComplexType complexType) Removes the complexType with the given name from the redefine structure.boolean
Schema.removeComplexType
(ComplexType complexType) Removes the given top level ComplexType from this SchemaConstructors in org.exolab.castor.xml.schema with parameters of type ComplexTypeModifierConstructorDescriptionWildcard
(ComplexType complexType) The wildcard is embedded in a complexType -
Uses of ComplexType in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return ComplexTypeConstructors in org.exolab.castor.xml.schema.reader with parameters of type ComplexTypeModifierConstructorDescriptionComplexContentRestrictionUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new RestrictionUnmarshaller.ComplexContentUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new ComplexContentUnmarshaller.ExtensionUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new ExtensionUnmarshaller.SimpleContentRestrictionUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new RestrictionUnmarshaller.SimpleContentUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new SimpleContentUnmarshaller.WildcardUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, Schema schema, String element, AttributeSet atts)