Contents

addChar

Appends a single character to the XML stream.

Declaration

virtual bool addChar(
 const charaChar);

Parameters

  • aChar:

    The character to append to the XML stream.

Return Value

true if char is successfully added to the XML stream, false otherwise.

See Also

Miscellaneous