Function findElementVectorByTag

Function Documentation

void findElementVectorByTag(tinyxml2::XMLElement *root, const std::string tag, std::vector<tinyxml2::XMLElement*> &elementVector)

Find a vector of XML elements by tag.

Parameters:
  • root – root element from which to start the search

  • tag – tag name to look for

  • elementVector – element vector containing the elements found