getAttributeNode method

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

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

Implementation

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