Uses of Interface
com.luciad.format.xml.bind.schema.ILcdXMLTypeUnmarshaller
Packages that use ILcdXMLTypeUnmarshaller
Package
Description
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.-
Uses of ILcdXMLTypeUnmarshaller in com.luciad.format.xml.bind.schema
Methods in com.luciad.format.xml.bind.schema that return ILcdXMLTypeUnmarshallerModifier and TypeMethodDescription<T> ILcdXMLTypeUnmarshaller
<T> TLcdXMLTypeUnmarshallerProvider.getTypeUnmarshaller
(TLcdXMLSchemaTypeIdentifier aTypeId, Class<T> aJavaClass) Returns the unmarshaller which is capable of unmarshalling XML elements of the specified XML Schema type to instances of the specified Java class.<T> ILcdXMLTypeUnmarshaller
<? super T> TLcdXMLTypeUnmarshallerProvider.getTypeUnmarshaller
(TLcdXMLSchemaTypeIdentifier aTypeId, Class<T> aJavaClass, boolean aAllowClassSubstitution) Returns the unmarshaller which is capable of unmarshalling XML elements of the specified XML Schema type to instances of the specified Java class.Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLTypeUnmarshallerModifier and TypeMethodDescription<T> void
TLcdXMLTypeUnmarshallerProvider.registerTypeUnmarshaller
(TLcdXMLSchemaTypeIdentifier aTypeId, Class<T> aJavaClass, ILcdXMLTypeUnmarshaller<T> aUnmarshaller) Registers anILcdXMLUnmarshaller
which is capable of unmarshalling XML elements of the specified XML Schema type to instances of the specified Java class.Constructors in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLTypeUnmarshallerModifierConstructorDescriptionTLcdXMLUnmarshallerAdapter
(ILcdXMLTypeUnmarshaller<T> aTypeUnmarshaller, TLcdXMLSchemaElement aSchemaElement, TLcdXMLSchemaTypeIdentifier aSchemaTypeIdentifier, Class<T> aClass, TLcdXMLSchemaBasedDecoder aDecoder) Creates a newTLcdXMLUnmarshallerAdapter
for the specifiedILcdXMLTypeUnmarshaller
.TLcdXMLUnmarshallerAdapter
(ILcdXMLTypeUnmarshaller<T> aTypeUnmarshaller, TLcdXMLSchemaElement aSchemaElement, Class<T> aClass, TLcdXMLSchemaBasedDecoder aDecoder) Creates a newTLcdXMLUnmarshallerAdapter
for the specifiedILcdXMLTypeUnmarshaller
.