NodeName (NotesDOMNode - LotusScript®)
Read-only. The name of this node, depending on its type.
Defined in
Data type
String
Syntax
To get: nodeName$ = notesDOMNode .NodeName
Legal values
| Class |
Value |
|---|---|
| The value of AttributeName |
|
| The literal string "#cdata-section" |
|
| The literal string "#comment" |
|
| The literal string "#document-fragment" |
|
| The literal string "#document" |
|
| The document type name |
|
| The value of TagName |
|
| The entity name |
|
| The name of the entity referenced |
|
| The notation name |
|
| The value of Target |
|
| The literal string "#text" |
|
| The literal string "#xmldecl" |