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

Method getString

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

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

(String name)

Source from the content-addressed store, hash-verified

737 * @brief Gets the content of an attribute as a String
738 */
739 public String getString(String name) {
740 return getString(name, null);
741 }
742
743
744 public String getString(String name, String defaultValue) {

Callers 5

GradientMethod · 0.95
getIntMethod · 0.95
getLongMethod · 0.95
getFloatMethod · 0.95
getDoubleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected