Class TLcdXLinkDecoderLibrary
java.lang.Object
com.luciad.format.xml.bind.xlink.xml.TLcdXLinkDecoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedDecoderLibrary
Implementation of
ILcdXMLSchemaBasedDecoderLibrary
for the XLink XML Schema.
See TLcdXLinkMappingLibrary for more details on the
Java <> XML mapping details.- Since:
- 9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureDecoder(TLcdXMLSchemaBasedDecoder aDecoder) Configures the specifiedTLcdXMLSchemaBasedDecoderso that it can be used for unmarshalling XML documents for which this library was written.
-
Constructor Details
-
TLcdXLinkDecoderLibrary
public TLcdXLinkDecoderLibrary()
-
-
Method Details
-
configureDecoder
Description copied from interface:ILcdXMLSchemaBasedDecoderLibraryConfigures the specifiedTLcdXMLSchemaBasedDecoderso that it can be used for unmarshalling XML documents for which this library was written.- Specified by:
configureDecoderin interfaceILcdXMLSchemaBasedDecoderLibrary- Parameters:
aDecoder- the XML decoder to be configured.
-