Searched refs:childTag (Results 1 – 2 of 2) sorted by relevance
85 const tinyxml2::XMLNode& node, const char* childTag) { in getChildren() argument87 for (auto* child = node.FirstChildElement(childTag); child != nullptr; in getChildren()88 child = child->NextSiblingElement(childTag)) { in getChildren()
91 const tinyxml2::XMLNode& node, const char* childTag = nullptr);