MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / FirstChildElement

Function FirstChildElement

externals/tinyxml2/tinyxml2.h:784–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 const XMLElement* FirstChildElement( const char* name = 0 ) const;
783
784 XMLElement* FirstChildElement( const char* name = 0 ) {
785 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->FirstChildElement( name ));
786 }
787
788 /// Get the last child node, or null if none exists.
789 const XMLNode* LastChild() const {

Callers 2

RootElementFunction · 0.85
ChildElementCountMethod · 0.85

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
FirstChildElementMethod · 0.80

Tested by

no test coverage detected