getAttributeNode abstract method

XmlAttribute? getAttributeNode(
  1. String name, {
  2. String? namespace,
})

Return the attribute node with the given name, or null.

Implementation

XmlAttribute? getAttributeNode(String name, {String? namespace});