Sets the attribute ("active","active") for the active element of XML object.
()
| 320 | * object. |
| 321 | */ |
| 322 | public void junosActivate() { |
| 323 | activeElement.setAttribute("active", "active"); |
| 324 | } |
| 325 | |
| 326 | /** |
| 327 | * Sets the attribute ("inactive","inactive") for the active element of XML |
nothing calls this directly
no test coverage detected