Package com.luciad.format.xml
Interface ILcdXMLElementAdapterProvider
- All Known Subinterfaces:
ILcdXMLTypedElementAdapterProvider
- All Known Implementing Classes:
TLcdGML2ElementAdapterProvider,TLcdGML3ElementAdapterProvider,TLcdOGCFilterCapabilitiesElementAdapterProvider10,TLcdOGCFilterCapabilitiesElementAdapterProvider11,TLcdOGCFilterElementAdapterProvider10,TLcdOGCFilterElementAdapterProvider11,TLcdSLDFeatureTypeStyleElementAdapterProvider10,TLcdSLDStyledLayerDescriptorElementAdapterProvider10,TLcdXMLCompositeElementAdapterProvider,TLcdXMLTypedElementAdapterProvider
public interface ILcdXMLElementAdapterProvider
Deprecated.
A provider of element adapters, used by the XML encoder.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAdapterForObject(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement) Deprecated.Returns theILcdXMLElementAdapterthat is most suitable to handle the object, specified by the given name/object stack, substitution group and object.
-
Method Details
-
getAdapterForObject
ILcdXMLElementAdapter getAdapterForObject(ILcdXMLNameStack aParentElementNameStack, ILcdXMLObjectStack aParentObjectStack, TLcdXMLName aSubstitutionGroup, Object aElement) Deprecated.Returns theILcdXMLElementAdapterthat is most suitable to handle the object, specified by the given name/object stack, substitution group and object.- Parameters:
aParentElementNameStack- the XML name stack, containing all XML names from the root element up to the parent element nameaParentObjectStack- the XML object stack, containing all XML objects from the root element up to the parent elementaSubstitutionGroup- the substitution group the element belongs to, if there is one (nullotherwise).aElement- the element for which to return an adapter.- Returns:
- the element adapter that is most suitable to handle the specified object.
-
com.format.xmlAPI has been deprecated. Instead, use thecom.format.xml.bindAPI.