The removeAttribute method
- Organization of this page
Description
Deletes an attribute from this object. If two or more attribute values are associated with the specified attribute name, all of these values are deleted.
Syntax
public void removeAttribute(String name);
Parameter
- name:
-
Specifies the name of the attribute. If the attribute has an alias, specify that alias.
Exceptions
None
Return value
None