MCPcopy Create free account
hub / github.com/avast/retdec / RootElement

Function RootElement

deps/tinyxml2/include/tinyxml2/tinyxml2.h:1785–1787  ·  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

1783 To get the first node, use FirstChild().
1784 */
1785 XMLElement* RootElement() {
1786 return FirstChildElement();
1787 }
1788 const XMLElement* RootElement() const {
1789 return FirstChildElement();
1790 }

Callers

nothing calls this directly

Calls 1

FirstChildElementFunction · 0.85

Tested by

no test coverage detected