FDO API Reference Feature Data Objects

FDO_API_COMMON void FdoXmlWriter::WriteAttribute FdoString attributeName,
FdoString attributeValue
 

Writes an attribute to the current element. A FdoXmlException is thrown if this function is called immediately after WriteEndElement().

Parameters:
attributeName Input the element name. Must be a valid XML 1.0 attribute name.
attributeValue Input the element value.

Comments or suggestions? Send us feedback.