| 3769 | } |
| 3770 | |
| 3771 | PUGI__FN xml_attribute xml_attribute::next_attribute() const |
| 3772 | { |
| 3773 | return _attr ? xml_attribute(_attr->next_attribute) : xml_attribute(); |
| 3774 | } |
| 3775 | |
| 3776 | PUGI__FN xml_attribute xml_attribute::previous_attribute() const |
| 3777 | { |
no outgoing calls
no test coverage detected