| 314 | ptr->node.remove_attribute(a->attribute); |
| 315 | } |
| 316 | void xml_node__remove_attribute1(NULLCArray name, xml_node* ptr) |
| 317 | { |
| 318 | ptr->node.remove_attribute(name.ptr); |
| 319 | } |
| 320 | |
| 321 | void xml_node__remove_child0(xml_node * n, xml_node* ptr) |
| 322 | { |
nothing calls this directly
no test coverage detected