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

Method GetText

Source/3rdParty/tinyxml2/tinyxml2.cpp:1067–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1065}
1066
1067const char* XMLElement::GetText() const {
1068 if (FirstChild() && FirstChild()->ToText()) {
1069 return FirstChild()->ToText()->Value();
1070 }
1071 return 0;
1072}
1073
1074XMLError XMLElement::QueryIntText(int* ival) const {
1075 if (FirstChild() && FirstChild()->ToText()) {

Callers 2

readMethod · 0.45
readMethod · 0.45

Calls 2

ValueMethod · 0.65
ToTextMethod · 0.45

Tested by

no test coverage detected