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

Method removeChild

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

@webref xml:method @brief Removes the specified child

(XML kid)

Source from the content-addressed store, hash-verified

591 * @brief Removes the specified child
592 */
593 public void removeChild(XML kid) {
594 node.removeChild(kid.node);
595 children = null; // TODO not efficient
596 }
597
598 /**
599 * Removes whitespace nodes.

Callers 1

trimMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected