.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Document property
Example

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:


To create the document node for a new DOM tree, get the Document property and use CreateDocumentNode to generate the DOM document node. For example:
Example
See Also