Package com.luciad.format.xml.bind
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 TypeMethodDescriptionvoid
configureMapping
(TLcdXMLMapping aMapping) Configures the specifiedTLcdXMLMapping
so that it can be used for creating, encoding and decoding XML documents.
-
Method Details
-
configureMapping
Configures the specifiedTLcdXMLMapping
so that it can be used for creating, encoding and decoding XML documents.- Parameters:
aMapping
- the mapping to be configured.
-