LOTUSSCRIPT /COM/OLE のクラス


NotesDOMTextNode クラス

要素または属性の Text 形式の内容を表します。

メモ このクラスは R6 で新しく追加されました。

メモ このクラスは COM ではサポートされていません。

基本クラス
継承元:NotesDOMCharacterDataNode

派生クラス
NotesDOMTextNode クラスを継承するクラスには NotesDOMCDATASectionNode があります。

包含関係
スーパークラス:NotesDOMAttributeNodeNotesDOMDocumentNode

プロパティ
Attributes

FirstChild

HasChildNodes

IsNull

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

メソッド
AppendChild

AppendData

Clone

DeleteData

InsertData

RemoveChild

ReplaceChild

ReplaceData

SplitText

SubstringData

作成方法とアクセス方法
NotesDOMTextNode オブジェクトを作成するには、NotesDOMDocumentNode クラスの CreateTextNode を使います。

使い方
Text について詳しくは、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-1312295772 サイトにアクセスして、「Document Object Model Core」を参照してください。


関連項目