Sets the value of the attribute specified by name. @param attributeName the name of the attribute @param attributeValue the value of the attribute
(final String attributeName, final String attributeValue)
| 518 | * @param attributeValue the value of the attribute |
| 519 | */ |
| 520 | @Override |
| 521 | public void setAttribute(final String attributeName, final String attributeValue) { |
| 522 | setAttributeNS(null, attributeName, attributeValue); |
| 523 | } |
| 524 | |
| 525 | /** |
| 526 | * Sets the value of the attribute specified by namespace and qualified name. |