MCPcopy Create free account
hub / github.com/SOUI2/soui / RootElement

Method RootElement

tools/src/uiresbuilder/tinyxml/tinyxml.h:1454–1454  ·  view source on GitHub ↗

Get the root element -- the only top level element -- of the document. In well formed XML, there should only be one. TinyXml is tolerant of multiple elements at the document level. */

Source from the content-addressed store, hash-verified

1452 multiple elements at the document level.
1453 */
1454 const TiXmlElement* RootElement() const { return FirstChildElement(); }
1455 TiXmlElement* RootElement() { return FirstChildElement(); }
1456
1457 /** If an error occurs, Error will be set to true. Also,

Callers 2

ParseLayoutFileFunction · 0.80
ParseUIDefFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected