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

Function NextSiblingElement

sourcecommon/tinyxml2.h:765–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763 const XMLElement* NextSiblingElement( const char* value=0 ) const;
764
765 XMLElement* NextSiblingElement( const char* value=0 ) {
766 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->NextSiblingElement( value ) );
767 }
768
769 /**
770 Add a child node as the last (right) child.

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
NextSiblingElementMethod · 0.80

Tested by

no test coverage detected