Uses of Interface
com.luciad.format.xml.bind.ILcdXMLUnmarshaller
Packages that use 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
Methods in com.luciad.format.xml.bind that return ILcdXMLUnmarshallerModifier 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.Methods in com.luciad.format.xml.bind with parameters of type ILcdXMLUnmarshallerModifier and TypeMethodDescription<T> voidTLcdXMLUnmarshallerProvider.registerUnmarshaller(QName aXMLElementName, Class<T> aJavaClass, ILcdXMLUnmarshaller<? extends T> aUnmarshaller) Registers anILcdXMLUnmarshallerwhich is capable of unmarshalling the specified XML element to the specified Java class. -
Uses of ILcdXMLUnmarshaller in com.luciad.format.xml.bind.schema
Classes in com.luciad.format.xml.bind.schema that implement ILcdXMLUnmarshallerModifier and TypeClassDescriptionclassA wrapper class forILcdXMLTypeUnmarshallerthat converts it into anILcdXMLUnmarshaller.Methods in com.luciad.format.xml.bind.schema that return ILcdXMLUnmarshallerModifier 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) Methods in com.luciad.format.xml.bind.schema with parameters of type ILcdXMLUnmarshallerModifier and TypeMethodDescription<T> voidTLcdXMLSchemaBasedUnmarshallerProvider.registerUnmarshaller(TLcdXMLSchemaElementIdentifier aElementId, Class<T> aJavaClass, ILcdXMLUnmarshaller<? extends T> aMarshaller) Registers the unmarshaller for the given element and java class.