Package com.luciad.format.xml.xpath
Class TLcdXMLXPathDecoderLibrary
java.lang.Object
com.luciad.format.xml.xpath.TLcdXMLXPathDecoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedDecoderLibrary
Decoder library that registers a data type unmarshaller for type xsd:string and
the
TLcdXMLXPathString
class.- Since:
- 10.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
-
TLcdXMLXPathDecoderLibrary
public TLcdXMLXPathDecoderLibrary()
-
-
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.
-