Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLDatatypeUnmarshaller
Package
Description
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.-
Uses of ILcdXMLDatatypeUnmarshaller in com.luciad.format.xml.bind.schema
Modifier and TypeMethodDescription<T> ILcdXMLDatatypeUnmarshaller
<? extends T> TLcdXMLTypeUnmarshallerProvider.getDatatypeUnmarshaller
(TLcdXMLSchemaTypeIdentifier aTypeId, Class<T> aJavaClass) Returns the datatype parser which is capable of parsing XML elements of the specified XML Schema simple type to instances of the specified Java class.Modifier and TypeMethodDescription<T> void
TLcdXMLTypeUnmarshallerProvider.registerDatatypeUnmarshaller
(TLcdXMLSchemaTypeIdentifier aTypeId, Class<T> aJavaClass, ILcdXMLDatatypeUnmarshaller<? extends T> aDatatypeUnmarshaller) Registers anILcdXMLSchemaDatatypeUnmarshaller
which is capable of parsing XML elements of the specified XML Schema simple type to instances of the specified Java class.