LOTUSSCRIPT /COM/OLE のクラス
XML 文書全体を表します。文書ツリーのルートです。
メモ このクラスは、R6 で新しく追加されました。
メモ このクラスは COM ではサポートされていません。
基本クラス
継承元: NotesDOMNode
包含関係
スーパークラス: NotesDOMParser
サブクラス:NotesDOMAttributeNode、NotesDOMCDATASectionNode、NotesDOMCommentNode、NotesDOMDocumentFragmentNode、NotesDOMElementNode、NotesDOMEntityReferenceNode、NotesDOMNodeList、NotesDOMProcessingInstructionNode、NotesDOMTextNode
プロパティ
Attributes
DocumentElement
FirstChild
HasChildNodes
IsNull
LastChild
LocalName
NamespaceURI
NextSibling
NodeName
NodeType
NodeValue
NumberOfChildNodes
ParentNode
Prefix
PreviousSibling
メソッド
AppendChild
Clone
CreateAttributeNode
CreateAttributeNodeNS
CreateCDATASectionNode
CreateCommentNode
CreateDocumentFragmentNode
CreateDocumentNode
CreateElementNode
CreateElementNodeNS
CreateEntityReferenceNode
CreateNotationNode
CreateProcessingInstructionNode
CreateTextNode
CreateXMLDeclNode
GetElementsByTagName
GetElementsByTagNameNS
RemoveChild
ReplaceChild
作成方法とアクセス方法
既存の DOM ツリーの文書ノードにアクセスするには、NotesDOMParser オブジェクトを作成し、Process メソッドを使用して DOM ツリーを生成します。次いで、NotesDOMParser の Document プロパティを使用して文書ノードにアクセスします。たとえば、
DOM ツリー内に 1 つの文書ノードしか存在しません。
例 関連項目