Appends the given to the node.
Calling e.appendText(" hi") on <example>text <b>bold</b></example> yields <example>text <b>bold</b> hi</example>.
firstInnerText, directText, innerText, appendChild
See Implementation
Appends the given to the node.