| 3709 | } |
| 3710 | |
| 3711 | PUGI__FN bool allow_insert_attribute(xml_node_type parent) |
| 3712 | { |
| 3713 | return parent == node_element || parent == node_declaration; |
| 3714 | } |
| 3715 | |
| 3716 | PUGI__FN bool allow_insert_child(xml_node_type parent, xml_node_type child) |
| 3717 | { |
no outgoing calls
no test coverage detected