NotesDOMCDATASectionNode (LotusScript®)

Represents a CDATA section in the XML data source.

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

Base class

Inherits from: NotesDOMTextNode

Containment

Contained by: NotesDOMDocumentNode

Creation and access

Use CreateCDATASectionNode in the NotesDOMDocumentNode class to create a NotesDOMCDATASectionNode object.

Usage

For more information about CDATA sections, see "Interface CDATASection" in the Document Object Model Core at http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-667469212.