MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / GetText

Method GetText

Dependencies/tinyxml2/src/tinyxml2.cpp:1577–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575}
1576
1577const char* XMLElement::GetText() const
1578{
1579 if ( FirstChild() && FirstChild()->ToText() ) {
1580 return FirstChild()->Value();
1581 }
1582 return 0;
1583}
1584
1585
1586void XMLElement::SetText( const char* inText )

Callers 4

OnDeserializeMethod · 0.45
DeserializeStringMethod · 0.45
OnDeserializeMethod · 0.45
OnDeserializeMethod · 0.45

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected