Geoff Chappell - Software Analyst
| coclass: | HTMLDOMTextNode | {3050F4BA-98B5-11CF-BB82-00AA00BDCE0B} |
| dispinterface: | DispHTMLDOMTextNode | {3050F565-98B5-11CF-BB82-00AA00BDCE0B} |
The table below lists the interface members that the CDOMTextNode class exposes as properties (methods, collections, etc) through its string table.
| Property | Interface | Member |
|---|---|---|
| appendChild | IHTMLDOMNode | appendChild |
| attributes | IHTMLDOMNode | get_attributes |
| childNodes | IHTMLDOMNode | get_childNodes |
| cloneNode | IHTMLDOMNode | cloneNode |
| firstChild | IHTMLDOMNode | get_firstChild |
| hasChildNodes | IHTMLDOMNode | hasChildNodes |
| insertBefore | IHTMLDOMNode | insertBefore |
| lastChild | IHTMLDOMNode | get_lastChild |
| nextSibling | IHTMLDOMNode | get_nextSibling |
| nodeName | IHTMLDOMNode | get_nodeName |
| nodeType | IHTMLDOMNode | get_nodeType |
| nodeValue | IHTMLDOMNode | get_nodeValue put_nodeValue |
| ownerDocument | IHTMLDOMNode2 | get_ownerDocument |
| parentNode | IHTMLDOMNode | get_parentNode |
| previousSibling | IHTMLDOMNode | get_previousSibling |
| removeChild | IHTMLDOMNode | removeChild |
| removeNode | IHTMLDOMNode | removeNode |
| replaceChild | IHTMLDOMNode | replaceChild |
| replaceNode | IHTMLDOMNode | replaceNode |
| swapNode | IHTMLDOMNode | swapNode |
| appendData | IHTMLDOMTextNode2 | appendData |
| replaceData | IHTMLDOMTextNode2 | replaceData |
| insertData | IHTMLDOMTextNode2 | insertData |
| deleteData | IHTMLDOMTextNode2 | deleteData |
| substringData | IHTMLDOMTextNode2 | substringData |
| splitText | IHTMLDOMTextNode | splitText |
| toString | IHTMLDOMTextNode | toString |
| length | IHTMLDOMTextNode | get_length |
| data | IHTMLDOMTextNode | get_data put_data |