Changes the value of the node. Defined as: @verbatim Document: filename of the xml file Element: name of the element Comment: the comment text Unknown: the tag contents Text: the text string @endverbatim */
| 484 | @endverbatim |
| 485 | */ |
| 486 | void SetValue(const char* _value) { value = _value; } |
| 487 | |
| 488 | #ifdef TIXML_USE_STL |
| 489 | /// STL xr_string form. |
no outgoing calls
no test coverage detected