Microsoft XML 2.5 SDK


 

XMLDOMCharacterData Object

[This is preliminary documentation and subject to change.]

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

Properties, Methods, and Events | XMLDOMElement Object