getAttributeNode method
Returns the specified attribute of the specified element, as an Attr
node.
This method is useful if you need the attribute's
instance properties.
If you only need the attribute's value, you can use the
Element.getAttribute
method instead.
Implementation
external Attr? getAttributeNode(String qualifiedName);