Sets the attribute ("inactive","inactive") for the active element of XML object.
()
| 328 | * object. |
| 329 | */ |
| 330 | public void junosDeactivate() { |
| 331 | activeElement.setAttribute("inactive", "inactive"); |
| 332 | } |
| 333 | |
| 334 | /** |
| 335 | * Sets the attribute ("rename") and ("name") for the active element of XML |