Element.GetAttributeNode

Element.GetAttributeNode method

Retrieves an attribute node by name.

public Attr GetAttributeNode(string qualifiedName)
ParameterTypeDescription
qualifiedNameStringThe attribute name.

Return Value

Returns attribute value

See Also