Interface ILcdXMLSchemaBasedMappingLibrary
- All Known Implementing Classes:
TLcdGML2MappingLibrary
,TLcdGML31MappingLibrary
,TLcdXMLBuiltInMappingLibrary
,TLcdXMLDataObjectMappingLibrary
public interface ILcdXMLSchemaBasedMappingLibrary
Interface for XML Schema mapping libraries, responsible for configuring a
TLcdXMLSchemaBasedMapping
.
An XML Schema mapping library is responsible for the following actions:
- providing the set of namespaces used within this library
- registering schema information for all types and elements supported by this library, on the
mapping's
TLcdXMLSchemaSet
object - registering type object factories for all types supported by this library.
package documentation
for a general overview
of the XML Binding Framework.- Since:
- 9.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureMapping
(TLcdXMLSchemaBasedMapping aMapping) Configures the specifiedTLcdXMLSchemaBasedMapping
so that it can be used for creating, encoding and decoding XML documents.
-
Method Details
-
configureMapping
Configures the specifiedTLcdXMLSchemaBasedMapping
so that it can be used for creating, encoding and decoding XML documents.- Parameters:
aMapping
- the mapping to be configured.
-