Package | Description |
---|---|
org.exolab.castor.xml.schema |
Modifier and Type | Method and Description |
---|---|
RedefineSchema |
Schema.getRedefineSchema(String schemaLocation)
Returns the redefined schema corresponding schemaLocation.
|
Modifier and Type | Method and Description |
---|---|
Collection<RedefineSchema> |
Schema.getRedefineSchema()
Returns an enumeration of redefined schemas.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.addRedefineSchema(RedefineSchema schema)
Adds the given redefinition of structures to this Schema definition.
|
boolean |
Schema.removeRedefineSchema(RedefineSchema schema)
Removes the given redefined structure from this Schema definition's
list of redefinitions.
|
Copyright © 2021. All rights reserved.