FDO API Reference | Feature Data Objects |
#include <SchemaMapping.h>
Inherits FdoPhysicalSchemaMapping.
Inheritance diagram for FdoXmlSchemaMapping:
Definition at line 33 of file SchemaMapping.h.
Public Member Functions | |
FDO_API FdoXmlClassMappingCollection * | GetClassMappings () |
Gets the mappings for FDO Classes. | |
FDO_API FdoXmlElementMappingCollection * | GetElementMappings () |
Gets the mappings between GML global elements and their types as Fdo Classes. These mappings are used in two circumstances:
| |
virtual FDO_API FdoString * | GetProvider () |
Gets the provider name. | |
FDO_API FdoString * | GetTargetNamespace () |
Gets the target namespace URI for the GML version of this schema. | |
FDO_API void | SetTargetNamespace (FdoString *url) |
Sets the target namespace URI for the GML version of this schema. When the Feature Schema for these overrides is written to GML, its targetNamespace is set to this value. | |
Static Public Member Functions | |
FDO_API FdoXmlSchemaMapping * | Create (FdoString *name) |
Creates an XML Schema Mapping Set. | |
Protected Member Functions | |
virtual void | _writeXml (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
Writes this XML Schema Mapping to XML. Called when the element is serialized to XML. | |
virtual void | Dispose () |
Dispose this object. | |
FdoXmlSchemaMapping (FdoString *name) | |
FdoXmlSchemaMapping () | |
DOXYGEN-IGNORE | |
virtual void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
Functions for XML support Initializes this Xml Schema Mapping from its XML attributes. Called when the element is deserialized from XML. | |
virtual | ~FdoXmlSchemaMapping () |
|
DOXYGEN-IGNORE
Definition at line 102 of file SchemaMapping.h. |
|
|
|
|
|
Writes this XML Schema Mapping to XML. Called when the element is serialized to XML.
Reimplemented from FdoPhysicalSchemaMapping. |
|
Creates an XML Schema Mapping Set.
|
|
Dispose this object.
Implements FdoIDisposable. |
|
Gets the mappings for FDO Classes.
|
|
Gets the mappings between GML global elements and their types as Fdo Classes. These mappings are used in two circumstances:
|
|
Gets the provider name.
Implements FdoPhysicalSchemaMapping. |
|
Gets the target namespace URI for the GML version of this schema.
|
|
Functions for XML support Initializes this Xml Schema Mapping from its XML attributes. Called when the element is deserialized from XML.
Reimplemented from FdoPhysicalSchemaMapping. |
|
Sets the target namespace URI for the GML version of this schema. When the Feature Schema for these overrides is written to GML, its targetNamespace is set to this value.
|
Comments or suggestions? Send us feedback. |