MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / GetText

Method GetText

src/xml/tinyxml2.cpp:1217–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215
1216
1217const char* XMLElement::GetText() const {
1218 if ( FirstChild() && FirstChild()->ToText() ) {
1219 return FirstChild()->Value();
1220 }
1221 return 0;
1222}
1223
1224
1225void XMLElement::SetText( const char* inText ) {

Callers

nothing calls this directly

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected