Set attribute for the active element of XML object. @param name The name of the attribute. @param value The value of the attribute.
(String name, String value)
| 280 | * The value of the attribute. |
| 281 | */ |
| 282 | public void setAttribute(String name, String value) { |
| 283 | activeElement.setAttribute(name, value); |
| 284 | } |
| 285 | |
| 286 | /** |
| 287 | * Set text for the active element of XML object. |
no outgoing calls
no test coverage detected