Package | Description |
---|---|
org.exolab.castor.xml.schema |
Modifier and Type | Method and Description |
---|---|
AttributeGroupDecl |
RedefineSchema.getAttributeGroup(String name)
Returns the AttributeGroup corresponding to the given
canonical name (unqualified name).
|
Modifier and Type | Method and Description |
---|---|
void |
RedefineSchema.addAttributeGroup(AttributeGroupDecl attrGroup)
Adds a AttributeGroup name in the list of redefined attributeGroups.
|
void |
Schema.addAttributeGroup(AttributeGroupDecl attrGroup)
Adds the given attribute group definition to this Schema
definition.
|
boolean |
RedefineSchema.removeAttributeGroup(AttributeGroupDecl attrGroup)
Removes the attributeGroup with the given name from the redefine structure.
|
boolean |
Schema.removeAttributeGroup(AttributeGroupDecl group)
Removes the given AttributeGroup definition from this Schema
|
Copyright © 2013. All rights reserved.