MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / RootElement

Function RootElement

native/thirdpart/tinyxml2/tinyxml2.h:1810–1812  ·  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

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

Callers

nothing calls this directly

Calls 1

FirstChildElementFunction · 0.85

Tested by

no test coverage detected