Interface ILcdXMLMappingLibrary


public interface ILcdXMLMappingLibrary
Interface for XML mapping libraries, responsible for configuring a TLcdXMLMapping.

An mapping library is responsible for registering object factories for all elements supported by this library.

Please refer to the package documentation for a general overview of the XML Binding Framework.

Since:
9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configures the specified TLcdXMLMapping so that it can be used for creating, encoding and decoding XML documents.
  • Method Details

    • configureMapping

      void configureMapping(TLcdXMLMapping aMapping)
      Configures the specified TLcdXMLMapping so that it can be used for creating, encoding and decoding XML documents.
      Parameters:
      aMapping - the mapping to be configured.