Function getElementText
Defined in File ExtractFromElement.h
Function Documentation
- 
bool getElementText(tinyxml2::XMLElement *element, std::string &textValue)
 Gets the text of a given XML element.
- Parameters:
 element – element from which to get the text
textValue – text value passed by reference
- Returns:
 bool