Microsoft XML SDK 2.6 - XML Reference

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 sizes larger than can be manipulated natively using string constructs.

See Also

Properties, Methods, and Events

XMLDOMElement Object