FDO API Reference | Feature Data Objects |
#include <PhysicalSchemaMapping.h>
Inherits FdoPhysicalElementMapping, and FdoXmlSerializable.
Inherited by FdoXmlSchemaMapping.
Inheritance diagram for FdoPhysicalSchemaMapping:
Definition at line 38 of file PhysicalSchemaMapping.h.
Public Member Functions | |
virtual FDO_API FdoString * | GetProvider ()=0 |
Gets the name of the applicable FDO provider. | |
Protected Member Functions | |
virtual FDO_API void | _writeXml (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
Writes this Schema Override set to XML. Called when this set is serialized to XML. This function converts (encodes) schema names to be valid XML element names. Can be extended to handle provider-specific attributes and sub-elements. | |
virtual FDO_API void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
Initializes this Schema Override set from its XML attributes. Called when the set is deserialized from XML. This function decodes any encoded schema names (See _writeXml). Can be extended to handle particular XML attributes for derived classes. | |
Friends | |
class | FdoPhysicalSchemaMappingCollection |
|
Writes this Schema Override set to XML. Called when this set is serialized to XML. This function converts (encodes) schema names to be valid XML element names. Can be extended to handle provider-specific attributes and sub-elements.
Reimplemented from FdoPhysicalElementMapping. Reimplemented in FdoXmlSchemaMapping. |
|
Gets the name of the applicable FDO provider.
Implemented in FdoXmlSchemaMapping. |
|
Initializes this Schema Override set from its XML attributes. Called when the set is deserialized from XML. This function decodes any encoded schema names (See _writeXml). Can be extended to handle particular XML attributes for derived classes.
Reimplemented from FdoPhysicalElementMapping. Reimplemented in FdoXmlSchemaMapping. |
|
Definition at line 42 of file PhysicalSchemaMapping.h. |
Comments or suggestions? Send us feedback. |