Uses of Class
com.luciad.format.xml.bind.TLcdXMLMapping
Packages that use TLcdXMLMapping
Package
Description
Provides a binding framework for binding XML documents to Java object graphs and vice versa.
-
Uses of TLcdXMLMapping in com.luciad.format.xml.bind
Methods in com.luciad.format.xml.bind that return TLcdXMLMappingModifier and TypeMethodDescriptionTLcdXMLDecoder.getMapping()
TLcdXMLEncoder.getMapping()
Returns theTLcdXMLMapping
associated with this encoder.Methods in com.luciad.format.xml.bind with parameters of type TLcdXMLMappingModifier and TypeMethodDescriptionvoid
ILcdXMLMappingLibrary.configureMapping
(TLcdXMLMapping aMapping) Configures the specifiedTLcdXMLMapping
so that it can be used for creating, encoding and decoding XML documents.Constructors in com.luciad.format.xml.bind with parameters of type TLcdXMLMappingModifierConstructorDescriptionTLcdXMLDecoder
(List<ILcdXMLDecoderLibrary> aLibraries, TLcdXMLMapping aMapping) TLcdXMLEncoder
(List<ILcdXMLEncoderLibrary> aLibraries, TLcdXMLMapping aMapping)