This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

setNamedItemNS

Summary

Sets an attribute object as part of the object.

Method of dom/NamedNodeMapdom/NamedNodeMap

Syntax

var object = object.setNamedItemNS(/* see parameter list */);

Parameters

pAttrNode

Data-type
any

The attribute to add.

ppNodeOut

Data-type
any

The attribute node that the pAttrNode node replaces, or a null value.

Return Value

Returns an object of type DOM NodeDOM Node

Type: HRESULT

This method can return one of these values.

{

Syntax

Standards information

Attributions