| 4431 | } |
| 4432 | |
| 4433 | PUGI__FN xml_object_range<xml_node_iterator> xml_node::children() const |
| 4434 | { |
| 4435 | return xml_object_range<xml_node_iterator>(begin(), end()); |
| 4436 | } |
| 4437 | |
| 4438 | PUGI__FN xml_object_range<xml_named_node_iterator> xml_node::children(const char_t* name_) const |
| 4439 | { |
nothing calls this directly
no test coverage detected