| 52 | } |
| 53 | |
| 54 | XmlEntry::XmlEntry(const std::string& name) : name(name) {} |
| 55 | |
| 56 | XmlEntry& XmlEntry::addAttribute(const XmlAttribute& attribute) { |
| 57 | attributes.emplace_back(attribute); |
nothing calls this directly
no outgoing calls
no test coverage detected