RemoveNamedItemNS

NamedNodeMap.RemoveNamedItemNS method

Removes a attribute specified by local name and namespace URI.

public Attr RemoveNamedItemNS(string namespaceUri, string localName)
Parameter Type Description
namespaceUri String The attribute namespace URI.
localName String The attribure local name.

Return Value

The removed attribute.

See Also