LOTUSSCRIPT/COM/OLE CLASSES

NamespaceURI property
Example

Read-only. The namespace URI of this node when it was created.

Defined in

NotesDOMNode

Data type

String

Syntax

To get: nameSpaceURI$ = notesDOMNode.NamespaceURI

Usage

You must set the NotesDOMParser DoNamespaces property to read this value.

Returns null if unspecified.

Refer to http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010605/glossary.html#dt-namespaceURI for information about namespaces.

Example