getAttributeNode method
Return the attribute node with the given name, or null.
Implementation
XmlAttribute? getAttributeNode(String name, {String? namespace}) => null;
Return the attribute node with the given name, or null.
XmlAttribute? getAttributeNode(String name, {String? namespace}) => null;