| 4977 | } |
| 4978 | |
| 4979 | PUGI__FN bool xml_node::remove_attribute(const char_t* name_) |
| 4980 | { |
| 4981 | return remove_attribute(attribute(name_)); |
| 4982 | } |
| 4983 | |
| 4984 | PUGI__FN bool xml_node::remove_attribute(const xml_attribute& a) |
| 4985 | { |
nothing calls this directly
no test coverage detected