| 4623 | } |
| 4624 | |
| 4625 | PUGI__FN xml_node xml_node::last_child() const |
| 4626 | { |
| 4627 | return _root && _root->first_child ? xml_node(_root->first_child->prev_sibling_c) : xml_node(); |
| 4628 | } |
| 4629 | |
| 4630 | PUGI__FN bool xml_node::set_name(const char_t* rhs) |
| 4631 | { |
no test coverage detected