LOTUSSCRIPT /COM/OLE のクラス
メモ このクラスは、R6 で新しく追加されました。
メモ このクラスは COM ではサポートされていません。
派生クラスNotesDOMAttributeNode、NotesDOMCharacterDataNode、NotesDOMDocumentFragmentNode、NotesDOMDocumentNode、NotesDOMDocumentTypeNode、NotesDOMElementNode、NotesDOMEntityNode、NotesDOMEntityReferenceNode、NotesDOMNotationNode、NotesDOMProcessingInstructionNode、NotesDOMXMLDeclNode は NotesDOMNode クラスを継承します。 包含関係サブクラス:NotesDOMNamedNodeMap、NotesDOMNodeList プロパティAttributes FirstChild
HasChildNodes
IsNull
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
NumberOfChildNodes
ParentNode
Prefix
PreviousSibling
メソッドAppendChild Clone
RemoveChild
ReplaceChild
作成方法とアクセス方法NotesDOMNode クラスは抽象クラスであるため、NotesDOMNode オブジェクトを作成できません。代わりに、NotesDOMDocumentNode クラスの適切な Create メソッドを使って、特定の派生ノードクラスのオブジェクトを作成します。 使用法DOM ノードについて詳しくは、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1950641247 サイトにアクセスして、「Document Object Model Core」を参照してください。 関連項目