MCPcopy Create free account
hub / github.com/JayXon/Leanify / FirstChildElement

Function FirstChildElement

lib/tinyxml2/tinyxml2.h:753–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751 const XMLElement* FirstChildElement( const char* value=0 ) const;
752
753 XMLElement* FirstChildElement( const char* value=0 ) {
754 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->FirstChildElement( value ));
755 }
756
757 /// Get the last child node, or null if none exists.
758 const XMLNode* LastChild() const {

Callers 1

RootElementFunction · 0.85

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
FirstChildElementMethod · 0.80

Tested by

no test coverage detected