@webref xml:method @brief Sets the content of an attribute as a String
(String name, String value)
| 758 | * @brief Sets the content of an attribute as a String |
| 759 | */ |
| 760 | public void setString(String name, String value) { |
| 761 | ((Element) node).setAttribute(name, value); |
| 762 | } |
| 763 | |
| 764 | |
| 765 | /** |