RemoveNamedItem

NamedNodeMap.RemoveNamedItem method

Removes a attribute specified by name.

public Attr RemoveNamedItem(string name)
ParameterTypeDescription
nameStringThe attribute name.

Return Value

The removed attribute.

See Also