createTextNode method
Creates a new Text node. This method can be used to escape HTML
characters.
Implementation
external Text createTextNode(String data);
Creates a new Text node. This method can be used to escape HTML
characters.
external Text createTextNode(String data);