FDO API Reference Feature Data Objects
virtual FDO_API void FdoXmlSerializable::WriteXml ( FdoIoTextWriter textWriter,
FdoXmlFlags flags = NULL 
) [virtual]

Writes to a text writer. A complete XML document, containing this object, is written.

Parameters:
textWriter Input the text writer.When this function completes, the text 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.