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

Function LastChildElement

sourcecommon/tinyxml2.h:733–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 const XMLElement* LastChildElement( const char* value=0 ) const;
732
733 XMLElement* LastChildElement( const char* value=0 ) {
734 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->LastChildElement(value) );
735 }
736
737 /// Get the previous (left) sibling node of this node.
738 const XMLNode* PreviousSibling() const {

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
LastChildElementMethod · 0.80

Tested by

no test coverage detected