FDO API Reference Feature Data Objects
virtual FDO_API void FdoXmlSerializable::_writeXml ( FdoXmlWriter xmlWriter,
const FdoXmlFlags flags 
) [protected, pure virtual]

Callback for writing to XML. Derived classes must implement this function to serialize the class into XML element(s). The class must be written as one XML element (with 0 or more sub-elements).

Parameters:
xmlWriter Input serialize to this XML writer. FdoXmlWriter provides functions for writing elements and attributes.
flags Input the XML flags that were passed to FdoXmlSerializable::WriteXml()

Implemented in FdoPhysicalSchemaMapping.


Comments or suggestions? Send us feedback.