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
Mozilla Developer Network : [NamedNodeMap Article]
Microsoft Developer Network: [setNamedItemNS Method Article]