|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexType | |
|---|---|
| org.exolab.castor.xml.schema | |
| org.exolab.castor.xml.schema.reader | |
| Uses of ComplexType in org.exolab.castor.xml.schema |
|---|
| Methods in org.exolab.castor.xml.schema that return ComplexType | |
|---|---|
ComplexType |
Schema.createComplexType()
Creates a new ComplexType using this Schema as the owning Schema document. |
ComplexType |
Schema.createComplexType(String name)
Creates a new ComplexType using this Schema as the owning Schema document. |
ComplexType |
Wildcard.getComplexType()
Returns the complexType that contains this wildcard, can return null. |
ComplexType |
Schema.getComplexType(String name)
Returns the ComplexType of associated with the given name |
ComplexType |
RedefineSchema.getComplexType(String name)
Returns the ComplexType corresponding to the given name. |
| Methods in org.exolab.castor.xml.schema that return types with arguments of type ComplexType | |
|---|---|
Collection<ComplexType> |
RedefineSchema.enumerateComplexTypes()
Enumerates the complexType names. |
Collection<ComplexType> |
Schema.getComplexTypes()
Returns an Enumeration of all top-level ComplexType declarations |
| Methods in org.exolab.castor.xml.schema with parameters of type ComplexType | |
|---|---|
void |
Schema.addComplexType(ComplexType complexType)
Adds the given Complextype definition to this Schema defintion |
void |
RedefineSchema.addComplexType(ComplexType complexType)
Adds the given complexType in the list of redefined complexTypes. |
boolean |
Schema.removeComplexType(ComplexType complexType)
Removes the given top level ComplexType from this Schema |
boolean |
RedefineSchema.removeComplexType(ComplexType complexType)
Removes the complexType with the given name from the redefine structure. |
| Constructors in org.exolab.castor.xml.schema with parameters of type ComplexType | |
|---|---|
Wildcard(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 ComplexType | |
|---|---|
ComplexType |
ComplexTypeUnmarshaller.getComplexType()
|
| Constructors in org.exolab.castor.xml.schema.reader with parameters of type ComplexType | |
|---|---|
ComplexContentRestrictionUnmarshaller(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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||