Package com.luciad.format.xml.schema
Interface ILcdXMLEditableSchemaProvider
- All Superinterfaces:
ILcdXMLSchemaProvider
- All Known Implementing Classes:
TLcdXMLSchemaProvider
Deprecated.
An extension of the
ILcdXMLSchemaProvider
interface that allows
the addition of schemas to schema providers.-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSchema
(TLcdXMLSchema aSchema) Deprecated.Adds the given schema to the schema provider's schema table.Methods inherited from interface com.luciad.format.xml.schema.ILcdXMLSchemaProvider
getSchema, isSchemaAvailable
-
Method Details
-
addSchema
Deprecated.Adds the given schema to the schema provider's schema table.- Parameters:
aSchema
- the schema to be added.
-
com.format.xml.schema
API has been deprecated. Instead, use thecom.format.xml.bind.schema
API.