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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureEncoder(TLcdXMLSchemaBasedEncoder aEncoder) Configures the specifiedTLcdXMLSchemaBasedEncoderso 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:ILcdXMLSchemaBasedEncoderLibraryConfigures the specifiedTLcdXMLSchemaBasedEncoderso that it can be used for marshalling Java object graphs to XML documents for which this library was written.- Specified by:
configureEncoderin interfaceILcdXMLSchemaBasedEncoderLibrary- Parameters:
aEncoder- the XML encoder to be configured.
-