MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetText

Method GetText

sourcecommon/tinyxml2.cpp:1258–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256
1257
1258const char* XMLElement::GetText() const
1259{
1260 if ( FirstChild() && FirstChild()->ToText() ) {
1261 return FirstChild()->Value();
1262 }
1263 return 0;
1264}
1265
1266
1267void XMLElement::SetText( const char* inText )

Callers 1

rsMethod · 0.80

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected