appendData method
The appendData()
method of the CharacterData interface
adds the provided data to the end of the node's current data.
Implementation
external void appendData(String data);
The appendData()
method of the CharacterData interface
adds the provided data to the end of the node's current data.
external void appendData(String data);