Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLDatatypeUnmarshaller
Packages that use 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
Methods in com.luciad.format.xml.bind.schema that return ILcdXMLDatatypeUnmarshallerModifier 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.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLDatatypeUnmarshallerModifier and TypeMethodDescription<T> voidTLcdXMLTypeUnmarshallerProvider.registerDatatypeUnmarshaller(TLcdXMLSchemaTypeIdentifier aTypeId, Class<T> aJavaClass, ILcdXMLDatatypeUnmarshaller<? extends T> aDatatypeUnmarshaller) Registers anILcdXMLSchemaDatatypeUnmarshallerwhich is capable of parsing XML elements of the specified XML Schema simple type to instances of the specified Java class.