MCPcopy Index your code
hub / github.com/Juniper/netconf-java / junosDelete

Method junosDelete

src/main/java/net/juniper/netconf/XML.java:314–316  ·  view source on GitHub ↗

Sets the attribute ("delete","delete") for the active element of XML object.

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setAttributeMethod · 0.80

Tested by

no test coverage detected