DekGenius.com
Team LiB   Previous Section   Next Section
Document.createTextNode( ) create a new Text node

Availability

DOM Level 1 Core

Synopsis

Text createTextNode(String data);

Arguments

data

The content of the Text node.

Returns

A newly created Text node that represents the specified data string.

    Team LiB   Previous Section   Next Section