MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / InsertNewText

Method InsertNewText

Engine/lib/tinyxml/tinyxml2.cpp:2019–2023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2017}
2018
2019XMLText* XMLElement::InsertNewText(const char* text)
2020{
2021 XMLText* node = _document->NewText(text);
2022 return InsertEndChild(node) ? node : 0;
2023}
2024
2025XMLDeclaration* XMLElement::InsertNewDeclaration(const char* text)
2026{

Callers 1

writePropertiesFunction · 0.80

Calls 1

NewTextMethod · 0.80

Tested by

no test coverage detected