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

Function PreviousSiblingElement

sourcecommon/tinyxml2.h:749–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
748
749 XMLElement* PreviousSiblingElement( const char* value=0 ) {
750 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( value ) );
751 }
752
753 /// Get the next (right) sibling node of this node.
754 const XMLNode* NextSibling() const {

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected