Package com.luciad.format.xml.xpath
Class TLcdXMLXPathEncoderLibrary
java.lang.Object
com.luciad.format.xml.xpath.TLcdXMLXPathEncoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedEncoderLibrary
Encoder library that registers a data type marshaller for type xsd:string and
the
TLcdXMLXPathString
class.- Since:
- 10.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Configures the specifiedTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents for which this library was written.
-
Constructor Details
-
TLcdXMLXPathEncoderLibrary
public TLcdXMLXPathEncoderLibrary()
-
-
Method Details
-
configureEncoder
Description copied from interface:ILcdXMLSchemaBasedEncoderLibrary
Configures the specifiedTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents for which this library was written.- Specified by:
configureEncoder
in interfaceILcdXMLSchemaBasedEncoderLibrary
- Parameters:
aEncoder
- the XML encoder to be configured.
-