MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / InsertNewChildElement

Method InsertNewChildElement

3rdparty/tinyxml2/tinyxml2.cpp:2039–2043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2037
2038
2039XMLElement* XMLElement::InsertNewChildElement(const char* name)
2040{
2041 XMLElement* node = _document->NewElement(name);
2042 return InsertEndChild(node) ? node : 0;
2043}
2044
2045XMLComment* XMLElement::InsertNewComment(const char* comment)
2046{

Callers

nothing calls this directly

Calls 1

NewElementMethod · 0.80

Tested by

no test coverage detected