NotesDOMCharacterDataNode (LotusScript®)

DOM ノードの文字データを表します。

注: このクラスは、R6 で新しく追加されました。
注: このクラスは COM ではサポートされていません。

基本クラス

継承元: NotesDOMNode

派生クラス

NotesDOMCharacterDataNode クラスを継承するクラスには NotesDOMCommentNodeNotesDOMTextNode があります。

プロパティ

Attributes

FirstChild

HasChildNodes

IsNull

LastChild

LocalName

NamespaceURI

NextSibling

NodeName

NodeType

NodeValue

NumberOfChildNodes

ParentNode

Prefix

PreviousSibling

メソッド

AppendChild

AppendData

Clone

DeleteData

InsertData

RemoveChild

ReplaceChild

ReplaceData

SubstringData

作成方法とアクセス方法

NotesDOMCharacterDataNode クラスは抽象クラスであるため、NotesDOMCharacterDataNode オブジェクトを作成できません。代わりに、NotesDOMDocumentNode クラスの適切な Create メソッドを使用して、特定の派生ノードクラスのオブジェクトを作成します。

使用法

DOM CharacterData インターフェースの詳細については、http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-FF21A306 サイトにアクセスして、「Document Object Model Core」を参照してください。