Searched refs:childTag (Results 1 – 1 of 1) sorted by relevance
42 const char* childTag = nullptr) { in getChildren() argument44 for (auto* child = node.FirstChildElement(childTag); child != nullptr; in getChildren()45 child = child->NextSiblingElement(childTag)) { in getChildren()