FDO API Reference Feature Data Objects
FDO_API_COMMON void FdoXmlWriter::WriteCharacters ( FdoString characters  ) 

Writes simple (character) content for the current element. This function can be called multiple times for the same element. The characters are appended to the element's content. A FdoXmlException is thrown if there is no current element.

Parameters:
characters Input characters to append to the element content.


Comments or suggestions? Send us feedback.