LOTUSSCRIPT /COM/OLE のクラス
XML のコメントを表します。
メモ このクラスは、R6 で新しく追加されました。
メモ このクラスは COM ではサポートされていません。
基本クラス
継承元: NotesDOMCharacterDataNode
包含関係
スーパークラス: NotesDOMDocumentNode
プロパティ
Attributes
FirstChild
HasChildNodes
IsNull
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
NumberOfChildNodes
ParentNode
Prefix
PreviousSibling
メソッド
AppendChild
AppendData
Clone
DeleteData
InsertData
RemoveChild
ReplaceChild
ReplaceData
SubstringData
作成方法とアクセス方法
NotesDOMCommentNode オブジェクトを作成するには、NotesDOMDocumentNode の CreateCommentNode を使用します。
使用法
コメントについて詳しくは、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1728279322 サイトにアクセスして、「Document Object Model Core」の「Interface Comment」を参照してください。
例 関連項目