klyn.io.xml.dom.XMLComment.XMLComment
constructor
public XMLComment(data as String = "", ownerDocument as Document = null):
Description

Creates a comment node.

Parameters
  • data Comment text.
  • ownerDocument Owner document.
Example
comment = XMLComment("generated", document)