Searched refs:getText (Results 1 – 2 of 2) sorted by relevance
91 inline std::string getText(NodeType *root) { in getText() function289 *s = getText(child); in parseTextElement()297 *s = child == nullptr ? std::move(defaultValue) : getText(child); in parseOptionalTextElement()306 v->at(i) = getText(nodes[i]); in parseTextElements()387 *s = getText(node); in parseText()393 std::string text = getText(node); in parseText()
231 return confirmationMessage.getText(); in confirmationMessage()