| 4606 | } |
| 4607 | |
| 4608 | PUGI__FN xml_attribute xml_node::first_attribute() const |
| 4609 | { |
| 4610 | return _root ? xml_attribute(_root->first_attribute) : xml_attribute(); |
| 4611 | } |
| 4612 | |
| 4613 | PUGI__FN xml_attribute xml_node::last_attribute() const |
| 4614 | { |
no outgoing calls
no test coverage detected