| 4117 | } |
| 4118 | |
| 4119 | PUGI__FN xml_attribute xml_node::first_attribute() const |
| 4120 | { |
| 4121 | return _root ? xml_attribute(_root->first_attribute) : xml_attribute(); |
| 4122 | } |
| 4123 | |
| 4124 | PUGI__FN xml_attribute xml_node::last_attribute() const |
| 4125 | { |
no outgoing calls
no test coverage detected