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 */
| 506 | @endverbatim |
| 507 | */ |
| 508 | void SetValue(const char * _value) { value = _value;} |
| 509 | |
| 510 | #ifdef TIXML_USE_STL |
| 511 | /// STL std::string form. |
no outgoing calls
no test coverage detected