Class TLcdXMLBuiltInDecoderLibrary
java.lang.Object
com.luciad.format.xml.bind.schema.TLcdXMLBuiltInDecoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedDecoderLibrary
public final class TLcdXMLBuiltInDecoderLibrary
extends Object
implements ILcdXMLSchemaBasedDecoderLibrary
Implementation of
ILcdXMLSchemaBasedDecoderLibrary
for the XML base Schema.
See TLcdXMLBuiltInMappingLibrary
for more details on
the
Java <>
XML mapping details.
- Since:
- 9.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Configures the specifiedTLcdXMLSchemaBasedDecoder
so that it can be used for unmarshalling XML documents for which this library was written.
-
Constructor Details
-
TLcdXMLBuiltInDecoderLibrary
public TLcdXMLBuiltInDecoderLibrary()
-
-
Method Details
-
configureDecoder
Description copied from interface:ILcdXMLSchemaBasedDecoderLibrary
Configures the specifiedTLcdXMLSchemaBasedDecoder
so that it can be used for unmarshalling XML documents for which this library was written.- Specified by:
configureDecoder
in interfaceILcdXMLSchemaBasedDecoderLibrary
- Parameters:
aDecoder
- the XML decoder to be configured.
-