Package com.luciad.format.xml.schema
Interface ILcdXMLTypedElementAdapterProvider
- All Superinterfaces:
ILcdXMLElementAdapterProvider
- All Known Implementing Classes:
TLcdGML2ElementAdapterProvider
,TLcdGML3ElementAdapterProvider
,TLcdOGCFilterElementAdapterProvider10
,TLcdOGCFilterElementAdapterProvider11
,TLcdSLDFeatureTypeStyleElementAdapterProvider10
,TLcdSLDStyledLayerDescriptorElementAdapterProvider10
,TLcdXMLCompositeElementAdapterProvider
,TLcdXMLTypedElementAdapterProvider
Deprecated.
An extension of the
ILcdXMLElementAdapterProvider
that adds functionality
to look up element adapters readers based on their XML and Java class.
-
Method Summary
Modifier and TypeMethodDescriptiongetAdapterForType
(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.Returns aILcdXMLElementAdapter
for the given XML name and Java object.Methods inherited from interface com.luciad.format.xml.ILcdXMLElementAdapterProvider
getAdapterForObject
-
Method Details
-
getAdapterForType
ILcdXMLElementAdapter getAdapterForType(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch) Deprecated.Returns aILcdXMLElementAdapter
for the given XML name and Java object. If no reader is available for the XML given type, andaSearchRecursive == true
, the provider will recursively look at the XML base types of the given type, until a base type is found for which a reader is available.- Parameters:
aTypeName
-aObject
-aRecursiveSearch
-- Returns:
- a element adapter that can handle the given (XML Type, Java object) combination.
-
com.format.xml.schema
API has been deprecated. Instead, use thecom.format.xml.bind.schema
API.