| 4230 | } |
| 4231 | |
| 4232 | PUGI__FN xml_attribute xml_attribute::next_attribute() const |
| 4233 | { |
| 4234 | return _attr ? xml_attribute(_attr->next_attribute) : xml_attribute(); |
| 4235 | } |
| 4236 | |
| 4237 | PUGI__FN xml_attribute xml_attribute::previous_attribute() const |
| 4238 | { |
no outgoing calls
no test coverage detected