Lines Matching refs:DeleteChild
538 void DeleteChild( XMLNode* node ); 1163 void DeleteNode( XMLNode* node ) { node->parent->DeleteChild( node ); }