|
The CharacterData object is not really a DOM object as such, but rather extends the Node object with various properties and methods for manipulating text. These are capable of handling very large amounts of text (amounts beyond the scope of native string functions) and can be implemented by the CDATASection, Comment and Text Nodes.
|
|