[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDOMNode

IHTMLDOMNode Interface

This interface is for internal use only.

Namespace: C1.Win.C1Editor.Internal.HTML
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
[ComVisible(true)]
[Guid("3050f5da-98b5-11cf-bb82-00aa00bdce0b")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
public interface IHTMLDOMNode

Properties

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.

Methods

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.