MCPcopy Create free account
hub / github.com/crossuo/crossuo / LastChildElement

Function LastChildElement

external/tinyxml2.h:799–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797 const XMLElement* LastChildElement( const char* name = 0 ) const;
798
799 XMLElement* LastChildElement( const char* name = 0 ) {
800 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->LastChildElement(name) );
801 }
802
803 /// Get the previous (left) sibling node of this node.
804 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