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

Method getChild

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

Returns the first of the element's children that matches the name parameter. The name or path is a series of elements and sub-elements, separated by slashes. @webref xml:method @webBrief Returns the child element with the specified index value or path

(int index)

Source from the content-addressed store, hash-verified

458 * @webBrief Returns the child element with the specified index value or path
459 */
460 public XML getChild(int index) {
461 checkChildren();
462 return children[index];
463 }
464
465
466 /**

Callers 15

getChildRecursiveMethod · 0.95
getChildrenMethod · 0.95
copyGroupMethod · 0.45
expandTreeMethod · 0.45
exitMethodCallMethod · 0.45
exitImportDeclarationMethod · 0.45
exitMethodDeclarationMethod · 0.45
handleSizeCallMethod · 0.45
handleNoSmoothCallMethod · 0.45
handleSmoothCallMethod · 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