Interface ILcdXMLEditableSchemaProvider

All Superinterfaces:
ILcdXMLSchemaProvider
All Known Implementing Classes:
TLcdXMLSchemaProvider

public interface ILcdXMLEditableSchemaProvider extends ILcdXMLSchemaProvider
Deprecated.
Use of the com.format.xml.schema API has been deprecated. Instead, use the com.format.xml.bind.schema API.
An extension of the ILcdXMLSchemaProvider interface that allows the addition of schemas to schema providers.
  • Method Details

    • addSchema

      void addSchema(TLcdXMLSchema aSchema)
      Deprecated.
      Adds the given schema to the schema provider's schema table.
      Parameters:
      aSchema - the schema to be added.