LOTUSSCRIPT /COM/OLE のクラス
メモ このクラスは、R6 で新しく追加されました。
メモ このクラスは COM ではサポートされていません。
基本クラス継承元:NotesDOMNode 包含関係スーパークラス:NotesDOMDocumentNode、NotesDOMElementNode サブクラス:NotesDOMTextNode
プロパティAttributeName Attributes
AttributeValue
FirstChild
HasChildNodes
IsNull
IsSpecified
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
NumberOfChildNodes
ParentNode
Prefix
PreviousSibling
メソッドAppendChild Clone
RemoveChild
ReplaceChild
作成方法とアクセス方法NotesDOMAttributeNode オブジェクトを作成するには、NotesDOMDocumentNode クラスの CreateAttributeNode を使います。 attribute ノードについて詳しくは、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-637646024 サイトにアクセスして、「Document Object Model Core」の「Chapter 1.2 Fundamental Interface」で「Attr」を参照してください。
関連項目