MCPcopy Index your code
hub / github.com/processing/processing / setString

Method setString

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

@webref xml:method @brief Sets the content of an attribute as a String

(String name, String value)

Source from the content-addressed store, hash-verified

758 * @brief Sets the content of an attribute as a String
759 */
760 public void setString(String name, String value) {
761 ((Element) node).setAttribute(name, value);
762 }
763
764
765 /**

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