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

Function RootElement

3rdparty/tinyxml2/tinyxml2.h:1813–1815  ·  view source on GitHub ↗

Return the root element of DOM. Equivalent to FirstChildElement(). To get the first node, use FirstChild(). */

Source from the content-addressed store, hash-verified

1811 To get the first node, use FirstChild().
1812 */
1813 XMLElement* RootElement() {
1814 return FirstChildElement();
1815 }
1816 const XMLElement* RootElement() const {
1817 return FirstChildElement();
1818 }

Callers

nothing calls this directly

Calls 1

FirstChildElementFunction · 0.85

Tested by

no test coverage detected