Adds nested text in a new child element. This means appendTextElement(<a>, "b", "c") creates <a> <b>c</b> </a> @param parent element that will receive the new element as child. @param name of the child element. @param content text content.
(Element parent, String name,
String content)
source not stored for this graph (policy: none)