The meaning of 'value' changes for the specific type of TiXmlNode. @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 The subclasses will wrap this function. */
| 485 | The subclasses will wrap this function. |
| 486 | */ |
| 487 | const char *Value() const { return value.c_str (); } |
| 488 | |
| 489 | #ifdef TIXML_USE_STL |
| 490 | /** Return Value() as a std::string. If you only use STL, |
no test coverage detected