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