| 5255 | } |
| 5256 | |
| 5257 | PUGI__FN bool xml_node::remove_attribute(const char_t* name_) |
| 5258 | { |
| 5259 | return remove_attribute(attribute(name_)); |
| 5260 | } |
| 5261 | |
| 5262 | PUGI__FN bool xml_node::remove_attribute(const xml_attribute& a) |
| 5263 | { |
nothing calls this directly
no test coverage detected