Interface ILcdXMLTypedElementAdapterProvider

All Superinterfaces:
ILcdXMLElementAdapterProvider
All Known Implementing Classes:
TLcdGML2ElementAdapterProvider, TLcdGML3ElementAdapterProvider, TLcdOGCFilterElementAdapterProvider10, TLcdOGCFilterElementAdapterProvider11, TLcdSLDFeatureTypeStyleElementAdapterProvider10, TLcdSLDStyledLayerDescriptorElementAdapterProvider10, TLcdXMLCompositeElementAdapterProvider, TLcdXMLTypedElementAdapterProvider

public interface ILcdXMLTypedElementAdapterProvider extends ILcdXMLElementAdapterProvider
Deprecated.
Use of the com.format.xml.schema API has been deprecated. Instead, use the com.format.xml.bind.schema API.
An extension of the ILcdXMLElementAdapterProvider that adds functionality to look up element adapters readers based on their XML and Java class.

  • Method Details

    • getAdapterForType

      ILcdXMLElementAdapter getAdapterForType(TLcdXMLName aTypeName, Object aObject, boolean aRecursiveSearch)
      Deprecated.
      Returns a ILcdXMLElementAdapter for the given XML name and Java object. If no reader is available for the XML given type, and aSearchRecursive == 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.