String getAttributeNS(Element element, String ns, String attribute)

Source

String getAttributeNS(Element element, String ns, String attribute) =>
    element.getAttributeNS(ns, attribute);