This method of the Element interface contains the following signatures:
removeAttribute(String name)
removeAttribute(Name name)
Deletes an attribute from an element.
public void removeAttribute(String name);
name | The attribute to delete. |
Deletes an attribute from an element.
public void removeAttribute(Name name);
name | The attribute to delete. |