Package | Description |
---|---|
org.exolab.castor.xml.schema | |
org.exolab.castor.xml.schema.reader |
Modifier and Type | Method and Description |
---|---|
ModelGroup |
RedefineSchema.getModelGroup(String name)
Returns the Model Group of the given name that is contained in this RedefineSchema.
|
ModelGroup |
Schema.getModelGroup(String name)
Returns the ModeGroup of associated with the given name
|
ModelGroup |
ModelGroup.getReference()
Returns the reference if any
|
Modifier and Type | Method and Description |
---|---|
Collection<ModelGroup> |
RedefineSchema.enumerateGroups()
Enumerates the group names.
|
Collection<ModelGroup> |
Schema.getModelGroups()
Returns an Enumeration of all top-level ModelGroup declarations
|
Modifier and Type | Method and Description |
---|---|
void |
RedefineSchema.addGroup(ModelGroup group)
Adds a group name in the list of redefined groups.
|
void |
ComplexType.addGroup(ModelGroup group)
Adds the given ModelGroup Definition to this
ContentModelGroup . |
void |
ContentModelGroup.addGroup(ModelGroup group)
Adds the given
ModelGroup definition to this ContentModelGroup . |
void |
Group.addGroup(ModelGroup group)
Adds the given
ModelGroup definition to this ContentModelGroup . |
void |
ModelGroup.addModelGroup(ModelGroup modelGroup)
Adds the given ModelGroup to this ModelGroup
|
void |
Schema.addModelGroup(ModelGroup group)
Adds the given Group declaration to this Schema definition
|
boolean |
RedefineSchema.removeGroup(ModelGroup group)
Removes the given ModelGroup from the redefine structure.
|
boolean |
Schema.removeGroup(ModelGroup group)
Removes the given top level ModelGroup definition from this Schema
|
boolean |
ComplexType.removeGroup(ModelGroup group)
Removes the given ModelGroup Definition from this ContentModelGroup.
|
boolean |
ContentModelGroup.removeGroup(ModelGroup group)
Removes the given
ModelGroup definition from this ContentModelGroup . |
boolean |
Group.removeGroup(ModelGroup group)
Removes the given
ModelGroup definition from this ContentModelGroup . |
Modifier and Type | Method and Description |
---|---|
ModelGroup |
ModelGroupUnmarshaller.getGroup()
Returns the Group that was unmarshalled by this Unmarshaller.
|
Copyright © 2022. All rights reserved.