NotesDOMCommentNode (LotusScript®)

Represents a comment in the XML.

Note: This class is new with Release 6.
Note: This class is not supported in COM.

Base class

Inherits from: NotesDOMCharacterDataNode

Containment

Contained by: NotesDOMDocumentNode

Creation and access

Use CreateCommentNode in NotesDOMDocumentNode to create a NotesDOMCommentNode object.

Usage

For more information about comments, see "Interface Comment" of the Document Object Model Core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1728279322.

Example