Adds an attribute to this element, replacing any existing attribute with the same local name and namespace URI.
@param attribute the attribute to add @throws MultipleParentException if the attribute is alreadyattached to an element @throws NamespaceConflictException if the attribute's prefix is mapped to a different namespace URI than the same prefix is mapped to by this element, another attribute of this element, or an additional namespace declaration of this element
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|