The XMLDOMCharacterData object provides text manipulation methods that are used by several objects.
Remarks
The XMLDOMCharacterData object does not directly correspond to any node type. Its methods are reused by the XMLDOMCDATASection, XMLDOMComment, and XMLDOMText objects. These methods handle large amounts of text, including industrial-strength sizes larger than can be manipulated natively using string constructs.
See Also