LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The document node in a DOM tree. Serves as the root of the tree.
Defined in
NotesDOMParser
Data type
NotesDOMDocumentNode
Syntax
To get: Set notesDOMDocumentNode = notesDOMParser.Document
Usage
To access the document node for an existing DOM tree, use the Process method to generate the DOM tree. Then use the Document property to access the document node. For example: