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 プロパティを使って文書ノードにアクセスします。たとえば、