.

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


NodeName property
Example

Read-only. The name of this node, depending on its type.

Defined in

NotesDOMNode

Data type

String

Syntax

To get: nodeName$ = notesDOMNode.NodeName

Legal values
ClassValue
NotesDOMAttributeNodeThe value of AttributeName
NotesDOMCDATASectionNodeThe literal string "#cdata-section"
NotesDOMCommentNodeThe literal string "#comment"
NotesDOMDocumentFragmentNodeThe literal string "#document-fragment"
NotesDOMDocumentNodeThe literal string "#document"
NotesDOMDocumentTypeNodeThe document type name
NotesDOMElementNodeThe value of TagName
NotesDOMEntityNodeThe entity name
NotesDOMEntityReferenceNodeThe name of the entity referenced
NotesDOMNotationNodeThe notation name
NotesDOMProcessingInstructionNodeThe value of Target
NotesDOMTextNodeThe literal string "#text"
NotesDOMXMLDeclNodeThe literal string "#xmldecl"

Example