DekGenius.com
Team LiB   Previous Section   Next Section
Document.createComment( ) create a new Comment node DOM Level 1 Core

Availability

Synopsis

Comment createComment(String data);

Arguments

data

The text of the Comment node to create.

Returns

A newly created Comment node, with the specified data as its text.

    Team LiB   Previous Section   Next Section