Searched defs:XMLAttribute (Results 1 – 3 of 3) sorted by relevance
43 const tinyxml2::XMLAttribute* /*firstAttribute*/) override { in VisitEnter()
71 bool VisitEnter(const XMLElement& element, const XMLAttribute* /*firstAttribute*/) override { in VisitEnter()
77 const std::string XMLAttribute(const tinyxml2::XMLElement* elem, const std::string key, in XMLAttribute() function