Uses of Interface
com.luciad.format.xml.bind.ILcdXMLUnmarshaller
Package
Description
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
Provides an extension to the XML runtime binding framework
com.luciad.format.xml.bind
for
XML Schema based documents.-
Uses of ILcdXMLUnmarshaller in com.luciad.format.xml.bind
Modifier and TypeMethodDescription<T> ILcdXMLUnmarshaller
<? extends T> TLcdXMLUnmarshallerProvider.getUnmarshaller
(QName aXMLGlobalElementName, Class<T> aJavaClass) Returns an unmarshaller which is capable of unmarshalling the specified XML element into an instance of a Java class which is assignable to a field of the specified Java class.Modifier and TypeMethodDescription<T> void
TLcdXMLUnmarshallerProvider.registerUnmarshaller
(QName aXMLElementName, Class<T> aJavaClass, ILcdXMLUnmarshaller<? extends T> aUnmarshaller) Registers anILcdXMLUnmarshaller
which is capable of unmarshalling the specified XML element to the specified Java class. -
Uses of ILcdXMLUnmarshaller in com.luciad.format.xml.bind.schema
Modifier and TypeClassDescriptionclass
A wrapper class forILcdXMLTypeUnmarshaller
that converts it into anILcdXMLUnmarshaller
.Modifier and TypeMethodDescription<T> ILcdXMLUnmarshaller
<? extends T> TLcdXMLSchemaBasedUnmarshallerProvider.getUnmarshaller
(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aClass) Gets an unmarshaller for the given element and class.<T> ILcdXMLUnmarshaller
<? extends T> TLcdXMLSchemaBasedUnmarshallerProvider.getUnmarshaller
(QName aXMLGlobalElementName, Class<T> aJavaClass) Modifier and TypeMethodDescription<T> void
TLcdXMLSchemaBasedUnmarshallerProvider.registerUnmarshaller
(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aJavaClass, ILcdXMLUnmarshaller<? extends T> aMarshaller) Registers the unmarshaller for the given element and java class.