void appendData(String arg) throws DOMException;
arg
The string to be appended to the Text or Comment node.
This method throws a DOMException with a code of NO_MODIFICATION_ALLOWED_ERR if called on a node that is read-only.
This method appends the string arg to the end of the data property for this node.