MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / RootElement

Function RootElement

sourcecommon/tinyxml2.h:1584–1586  ·  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

1582 To get the first node, use FirstChild().
1583 */
1584 XMLElement* RootElement() {
1585 return FirstChildElement();
1586 }
1587 const XMLElement* RootElement() const {
1588 return FirstChildElement();
1589 }

Callers

nothing calls this directly

Calls 1

FirstChildElementFunction · 0.85

Tested by

no test coverage detected