Sets the attribute ("delete","delete") for the active element of XML object.
()
| 312 | * object. |
| 313 | */ |
| 314 | public void junosDelete() { |
| 315 | activeElement.setAttribute("delete", "delete"); |
| 316 | } |
| 317 | |
| 318 | /** |
| 319 | * Sets the attribute ("active","active") for the active element of XML |
nothing calls this directly
no test coverage detected