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

Method setAttribute

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

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)

Source from the content-addressed store, hash-verified

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.

Callers 13

createRpcRootMethod · 0.80
junosDeleteMethod · 0.80
junosActivateMethod · 0.80
junosDeactivateMethod · 0.80
junosRenameMethod · 0.80
junosInsertMethod · 0.80
toStringMethod · 0.80
createXmlMethod · 0.80
createDocumentMethod · 0.80
appendErrorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected