removeNamedItemNS method
Removes a named item that is specified by a namespace and local name.
![]() ![]() |
Syntax
var ppRemovedNode = attributes.removeNamedItemNS(pvarNS, bstrname);Parameters
- pvarNS [in]
-
Type: Variant
The namespace name of the attribute to remove.
- bstrname [in]
-
Type: BSTR
The local name of the desired attribute within the specified namespace.
- ppRemovedNode [out, retval]
-
Type: IHTMLDOMAttribute
Returns an attribute that is removed from the document if it succeeds; otherwise, null.
Return value
Type: IHTMLDOMAttribute
Returns an attribute that is removed from the document if it succeeds; otherwise, null.Standards information
See also
Show:

