ZVON > References > DOM2 Reference

CharacterData (interface )

Type of the interface:   fundamental

Own properties:
attributes  -  data, length
methods  -  appendData, deleteData, insertData, replaceData, substringData

Inherited properties:
attributes  -  attributes, childNodes, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling
methods  -  appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild

Description:
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.

Note:
For clarity this set is defined here rather than on each object that uses these attributes and methods. No DOM objects correspond directly to CharacterData, though Text and others do inherit the interface from it. All offsets in this interface start from 0.