class CharacterData
package js.html
extends Node › EventTarget
extended by Comment, ProcessingInstruction, Text
Available on HTML5
The CharacterData
abstract interface represents a Node
object that contains characters. This is an abstract interface, meaning there aren't any object of type CharacterData
: it is implemented by other interfaces, like Text
, Comment
, or ProcessingInstruction
which aren't abstract.
Documentation CharacterData by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Variables
Returns an unsigned long
representing the size of the string contained in CharacterData.data
.