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

Method getChild

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

Quick accessor for an element at a particular index. @nowebref

(int index)

Source from the content-addressed store, hash-verified

443 * @nowebref
444 */
445 public XML getChild(int index) {
446 checkChildren();
447 return children[index];
448 }
449
450
451 /**

Callers 4

getChildRecursiveMethod · 0.95
getChildrenMethod · 0.95
copyGroupMethod · 0.45
expandTreeMethod · 0.45

Calls 6

checkChildrenMethod · 0.95
getChildRecursiveMethod · 0.95
splitMethod · 0.95
getChildCountMethod · 0.95
getNameMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected