MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / RootElement

Method RootElement

Libraries/tinyxml/tinyxml.h:1452–1452  ·  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

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

Callers 15

readLibraryGeometriesFunction · 0.80
LoadFromAbsMethod · 0.80
LoadLevelMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80

Calls 1

FirstChildElementFunction · 0.85

Tested by 1

mainFunction · 0.64