public interface ILcdXMLMappingLibrary
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.Modifier and Type | Method and Description |
---|---|
void |
configureMapping(TLcdXMLMapping aMapping)
Configures the specified
TLcdXMLMapping so that it can be used for
creating, encoding and decoding XML documents. |
void configureMapping(TLcdXMLMapping aMapping)
TLcdXMLMapping
so that it can be used for
creating, encoding and decoding XML documents.aMapping
- the mapping to be configured.