DomElementExtensions public static class DomElementExtensions Element extensions exposed to DOM. Documentation Code public static IAttr GetAttributeNode(this IElement element, string name) Returns the named attribute on the specified element. public static IAttr GetAttributeNode(this IElement element, string namespaceUri, string localName) Returns the named attribute on the specified element.