Adds the attribute value of the given local name. If an attribute already exists for the given name it will be replaced. Attributes with null values are silently ignored. If the value of the attribute is null then this method call will remove any attributes with the given name.
@param name is the name of the attribute whose value is to be added orupdated @param value is the attribute's value @return thisElement
instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|