[]
This interface is for internal use only.
[ComVisible(true)]
[Guid("3050f5da-98b5-11cf-bb82-00aa00bdce0b")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
public interface IHTMLDOMNode
| Name | Description |
|---|---|
| attributes | This method is for internal use only. |
| childNodes | This method is for internal use only. |
| firstChild | This method is for internal use only. |
| lastChild | This method is for internal use only. |
| nextSibling | This method is for internal use only. |
| nodeName | This method is for internal use only. |
| nodeType | This method is for internal use only. |
| nodeValue | This method is for internal use only. |
| parentNode | This method is for internal use only. |
| previousSibling | This method is for internal use only. |
| Name | Description |
|---|---|
| appendChild(IHTMLDOMNode) | This method is for internal use only. |
| cloneNode(bool) | This method is for internal use only. |
| hasChildNodes() | This method is for internal use only. |
| insertBefore(IHTMLDOMNode, object) | This method is for internal use only. |
| removeChild(IHTMLDOMNode) | This method is for internal use only. |
| removeNode(bool) | This method is for internal use only. |
| replaceChild(IHTMLDOMNode, IHTMLDOMNode) | This method is for internal use only. |
| replaceNode(IHTMLDOMNode) | This method is for internal use only. |
| swapNode(IHTMLDOMNode) | This method is for internal use only. |