org.w3c.dom.CharacterData.appendData
method
public appendData(arg as String) as Void throws DOMException
Description

Appends text to this node.

Parameters
  • arg Text to append.
Throws
  • DOMException if the node cannot be modified.
Example
text.appendData(" world")