NodeName (NotesDOMNode - LotusScript®)

読み込み専用。 このノードの名前です。タイプによります。

定義位置

NotesDOMNode

データ型

String

構文

取得する場合: nodeName$ = notesDOMNode .NodeName

有効な値

クラス

NotesDOMAttributeNode

AttributeName の値

NotesDOMCDATASectionNode

リテラル文字列「#cdata-section」

NotesDOMCommentNode

リテラル文字列「#comment」

NotesDOMDocumentFragmentNode

リテラル文字列「#document-fragment」

NotesDOMDocumentNode

リテラル文字列「#document」

NotesDOMDocumentTypeNode

文書型名

NotesDOMElementNode

TagName の値

NotesDOMEntityNode

エンティティ名

NotesDOMEntityReferenceNode

参照されるエンティティの名前

NotesDOMNotationNode

表記法の名前

NotesDOMProcessingInstructionNode

Target の値

NotesDOMTextNode

リテラル文字列「#text」

NotesDOMXMLDeclNode

リテラル文字列「#xmldecl」