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

Adds a new attribute node.

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

Syntax

C#
public Attr SetAttributeNodeNS(
	Attr NewAttr
)
Visual Basic (Declaration)
Public Function SetAttributeNodeNS ( _
	NewAttr As Attr _
) As Attr
Visual C++
public:
Attr^ SetAttributeNodeNS(
	Attr^ NewAttr
)

Parameters

NewAttr
Type: WebKit.DOM..::.Attr
The attribute node to add.

Return Value

The added node.

See Also