Searched refs:getText (Results 1 – 1 of 1) sorted by relevance
90 inline std::string getText(NodeType *root) { in getText() function288 *s = getText(child); in parseTextElement()296 *s = child == nullptr ? std::move(defaultValue) : getText(child); in parseOptionalTextElement()305 v->at(i) = getText(nodes[i]); in parseTextElements()367 *s = getText(node); in parseText()373 std::string text = getText(node); in parseText()