class js.html.CharacterData extends Node
Available on js
Sub classes | ||||||
![]() | Comment, Text |
|
Text
, Comment
, and CDATASection
all implement CharacterData, which in turn also implements Node
. See Node
for the remaining methods, properties, and constants.Documentation for this class was provided by MDN.