| 323 | ptr->node.remove_child(n->node); |
| 324 | } |
| 325 | void xml_node__remove_child1(NULLCArray name, xml_node* ptr) |
| 326 | { |
| 327 | ptr->node.remove_child(name.ptr); |
| 328 | } |
| 329 | |
| 330 | xml_attribute xml_node__first_attribute(xml_node* ptr) |
| 331 | { |
nothing calls this directly
no test coverage detected