[This is preliminary documentation and is subject to change.]

Node Constructor.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
protected Node(
	IDOMNode Node
)
Visual Basic (Declaration)
Protected Sub New ( _
	Node As IDOMNode _
)
Visual C++
protected:
Node(
	IDOMNode^ Node
)

Parameters

Node
Type: IDOMNode
WebKit IDOMNode object.

See Also