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
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
-
TLcdXMLXPathDecoderLibrary
public TLcdXMLXPathDecoderLibrary()
-
-
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.
-