MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / FirstChildElement

Function FirstChildElement

sourcecommon/tinyxml2.h:715–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713 const XMLElement* FirstChildElement( const char* value=0 ) const;
714
715 XMLElement* FirstChildElement( const char* value=0 ) {
716 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->FirstChildElement( value ));
717 }
718
719 /// Get the last child node, or null if none exists.
720 const XMLNode* LastChild() const {

Callers 10

RootElementFunction · 0.85
existMethod · 0.85
rsMethod · 0.85
riMethod · 0.85
rdMethod · 0.85
rbMethod · 0.85
wsMethod · 0.85
wiMethod · 0.85
wdMethod · 0.85
wbMethod · 0.85

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
FirstChildElementMethod · 0.80

Tested by

no test coverage detected