Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLDatatypeMarshaller
Packages that use ILcdXMLDatatypeMarshaller
Package
Description
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.-
Uses of ILcdXMLDatatypeMarshaller in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdXMLDatatypeMarshallerModifier and TypeMethodDescription<T> ILcdXMLDatatypeMarshaller
<? super T> TLcdXMLTypeMarshallerProvider.getDatatypeMarshaller
(TLcdXMLSchemaTypeIdentifier aTypeId, Class<T> aJavaClass) Returns the datatype formatter which is capable of formatting instances of the specified Java class to lexical representations of the corresponding XML value of the specified XML datatype.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLDatatypeMarshallerModifier and TypeMethodDescription<T> void
TLcdXMLTypeMarshallerProvider.registerDatatypeMarshaller
(TLcdXMLSchemaTypeIdentifier aTypeId, Class<? extends T> aJavaClass, ILcdXMLDatatypeMarshaller<T> aMarshaller) Registers anILcdXMLDatatypeFormatter
which is capable of formatting instances of the specified Java class to lexical representations of the corresponding XML value of the specified XML datatype.