GetNamedItem

NamedNodeMap.GetNamedItem method

Gets the attribute specified by name.

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

Return Value

The attribute with the name.

See Also