LOTUSSCRIPT/COM/OLE CLASSES


DocumentElement property
Example

Read-only. Allows direct access to the child node that is the root element of the document.

Defined in

NotesDOMDocumentNode

Data type

NotesDOMElementNode

Syntax

To get: Set notesDOMElementNode = notesDOMElementNode.DocumentElement

Usage

Returns the element with the tagName "HTML" for HTML documents.

Example