MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Value

Method Value

Source/3rdParty/tinyxml2/tinyxml2.h:595–597  ·  view source on GitHub ↗

The meaning of 'value' changes for the specific type. @verbatim Document: empty Element: name of the element Comment: the comment text Unknown: the tag contents Text: the text string @endverbatim */

Source from the content-addressed store, hash-verified

593 @endverbatim
594 */
595 const char* Value() const {
596 return _value.GetStr();
597 }
598
599 /** Set the Value of an XML node.
600 @sa Value()

Callers

nothing calls this directly

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected