public class XMLComment extends XMLCharacterData implements Comment:
DOM comment node implementation.
@example `klyn import klyn.io.xml.dom
comment = XMLComment("generated", document)
| Modifier and Type | Member | Description |
|---|---|---|
| public | XMLCommentXMLComment(data as String = "", ownerDocument as Document = null): |
Creates a comment node. |