[scriptable, uuid(a6cf9072-15b3-11d2-932e-00805f8add32)]
interface nsIDOMCharacterData : nsIDOMNode
Attributes
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/ @status FROZEN
attribute
DOMString
data
readonly attribute
unsigned long
length
Methods
void
appendData(in DOMString arg)
void
deleteData(in unsigned long offset, in unsigned long count)
void
insertData(in unsigned long offset, in DOMString arg)
void
replaceData(in unsigned long offset, in unsigned long count, in DOMString arg)
DOMString
substringData(in unsigned long offset, in unsigned long count)
Compare to: