RemoveNamedItem

NamedNodeMap.RemoveNamedItem method

Removes a attribute specified by name.

public Attr RemoveNamedItem(string name)
Parameter Type Description
name String The attribute name.

Return Value

The removed attribute.

See Also