String getAttribute(Element element, String attribute)

Source

String getAttribute(Element element, String attribute) =>
    element.getAttribute(attribute);