MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / FirstChild

Function FirstChild

Dependencies/tinyxml2/include/tinyxml2.h:765–767  ·  view source on GitHub ↗

Get the first child node, or null if none exists.

Source from the content-addressed store, hash-verified

763
764 /// Get the first child node, or null if none exists.
765 const XMLNode* FirstChild() const {
766 return _firstChild;
767 }
768
769 XMLNode* FirstChild() {
770 return _firstChild;

Callers 10

AcceptMethod · 0.85
ParseDeepMethod · 0.85
GetTextMethod · 0.85
SetTextMethod · 0.85
QueryIntTextMethod · 0.85
QueryUnsignedTextMethod · 0.85
QueryInt64TextMethod · 0.85
QueryBoolTextMethod · 0.85
QueryDoubleTextMethod · 0.85
QueryFloatTextMethod · 0.85

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected