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

Function DeleteNode

sourcecommon/tinyxml2.h:1649–1651  ·  view source on GitHub ↗

Delete a node associated with this document. It will be unlinked from the DOM. */

Source from the content-addressed store, hash-verified

1647 It will be unlinked from the DOM.
1648 */
1649 void DeleteNode( XMLNode* node ) {
1650 node->_parent->DeleteChild( node );
1651 }
1652
1653 void SetError( XMLError error, const char* str1, const char* str2 );
1654

Callers 3

DeleteChildrenMethod · 0.85
DeleteChildMethod · 0.85
ParseDeepMethod · 0.85

Calls 1

DeleteChildMethod · 0.80

Tested by

no test coverage detected