Package | Description |
---|---|
org.exolab.castor.xml.schema | |
org.exolab.castor.xml.schema.reader |
Modifier and Type | Method and Description |
---|---|
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 |
RedefineSchema.getComplexType(String name)
Returns the ComplexType corresponding to the given name.
|
ComplexType |
Schema.getComplexType(String name)
Returns the ComplexType of associated with the given name
|
Modifier and Type | Method and Description |
---|---|
Collection<ComplexType> |
RedefineSchema.enumerateComplexTypes()
Enumerates the complexType names.
|
Collection<ComplexType> |
Schema.getComplexTypes()
Returns an Enumeration of all top-level ComplexType declarations
|
Modifier and Type | Method and Description |
---|---|
void |
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 defintion
|
boolean |
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 Schema
|
Constructor and Description |
---|
Wildcard(ComplexType complexType)
The wildcard is embedded in a complexType
|
Modifier and Type | Method and Description |
---|---|
ComplexType |
ComplexTypeUnmarshaller.getComplexType() |
Constructor and Description |
---|
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) |
Copyright © 2019. All rights reserved.