createComment method
Creates a Comment node given the specified string.
createComment(data )
Parameters
String data
The data for the node.
Returns
Comment. The new Comment object.
도움이 되셨나요?