FDO API Reference Feature Data Objects

virtual FDO_API void FdoXmlSerializable::WriteXml FdoXmlWriter xmlWriter,
FdoXmlFlags flags = NULL
[virtual]
 

Writes to an XML writer. This object is appended to the XML document being written. Unlike the other WriteXml() functions it is not necessarily the only object in its document.

Parameters:
xmlWriter Input the XML writer. When this function completes, the XML writer's current position will be just after this object.
flags Input controls the writing of the elements to the writer. If NULL then the default flags are used (see FdoXmlFlags::Create())

Comments or suggestions? Send us feedback.