appendData method

void appendData(
  1. String data
)

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);