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