LOTUSSCRIPT /COM/OLE のクラス


NodeName プロパティ

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

定義位置

NotesDOMNode

データ型

String 型

構文

取得方法:nodeName$ = notesDOMNode.NodeName

有効な値
クラス
NotesDOMAttributeNodeAttributeName の値
NotesDOMCDATASectionNodeリテラル文字列「#cdata-section」
NotesDOMCommentNodeリテラル文字列「#comment」
NotesDOMDocumentFragmentNodeリテラル文字列「#document-fragment」
NotesDOMDocumentNodeリテラル文字列「#document」
NotesDOMDocumentTypeNode文書型名
NotesDOMElementNodeTagName の値
NotesDOMEntityNodeエンティティ名
NotesDOMEntityReferenceNode参照されるエンティティの名前
NotesDOMNotationNode表記法の名前
NotesDOMProcessingInstructionNodeTarget の値
NotesDOMTextNodeリテラル文字列「#text」
NotesDOMXMLDeclNodeリテラル文字列「#xmldecl」