FDO API Reference Feature Data Objects

virtual FDO_API void FdoPhysicalClassMapping::_writeXml FdoXmlWriter xmlWriter,
const FdoXmlFlags flags
[virtual]
 

Writes this class to XML. Called when the class is serialized to XML. This function converts (encodes) class names to be valid XML element names and appends the "Type" suffix to the name. Can be extended to handle particular XML attributes for derived classes.

Note:
Schema Override elements that do not require name encoding should be based on FdoPhysicalElementMapping instead of this class.
Parameters:
xmlWriter Input write the class to this XML writer
flags Input flags that control the writing of the class.
Returns:
Returns nothing
Write this element to XML.

Reimplemented from FdoPhysicalElementMapping.

Reimplemented in FdoXmlClassMapping.


Comments or suggestions? Send us feedback.