MCPcopy Index your code
hub / github.com/benfry/processing4 / setString

Method setString

core/src/processing/data/XML.java:792–794  ·  view source on GitHub ↗

Sets the content of an element's attribute as a String . The first String specifies the attribute name, while the second specifies the new content. @webref xml:method @webBrief Sets the content of an attribute as a String

(String name, String value)

Source from the content-addressed store, hash-verified

790 * @webBrief Sets the content of an attribute as a <b>String</b>
791 */
792 public void setString(String name, String value) {
793 ((Element) node).setAttribute(name, value);
794 }
795
796
797 /**

Callers 6

XMLMethod · 0.95
setIntMethod · 0.95
setLongMethod · 0.95
setFloatMethod · 0.95
setDoubleMethod · 0.95
exportApplicationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected