MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / RootElement

Method RootElement

tinyxml/include/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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected