void setAttribute(Element element, String name, String value)

Source

void setAttribute(Element element, String name, String value) {
  element.setAttribute(name, value);
}