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

Creates a comment node.

Parameters
ParameterDescription
dataComment text.
ownerDocumentOwner document.
Example
comment = XMLComment("generated", document)