nsIDOMCharacterData

The nsIDOMCharacterData interface extends nsIDOMNode with a set of
attributes and methods for accessing character data in the DOM.

For more information on this interface please see
http://www.w3.org/TR/DOM-Level-2-Core/

Methods

substringData(offset, count)

appendData(arg)

insertData(offset, arg)

deleteData(offset, count)

replaceData(offset, count, arg)

remove()

Attributes

data

length