Uses of Class
org.exolab.castor.xml.schema.RedefineSchema
Packages that use RedefineSchema
-
Uses of RedefineSchema in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return RedefineSchemaModifier and TypeMethodDescriptionSchema.getRedefineSchema(String schemaLocation) Returns the redefined schema corresponding schemaLocation.Methods in org.exolab.castor.xml.schema that return types with arguments of type RedefineSchemaModifier and TypeMethodDescriptionSchema.getRedefineSchema()Returns an enumeration of redefined schemas.Methods in org.exolab.castor.xml.schema with parameters of type RedefineSchemaModifier and TypeMethodDescriptionvoidSchema.addRedefineSchema(RedefineSchema schema) Adds the given redefinition of structures to this Schema definition.booleanSchema.removeRedefineSchema(RedefineSchema schema) Removes the given redefined structure from this Schema definition's list of redefinitions.