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

Method getChildCount

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

Returns the number of children. @webref xml:method @brief Returns the element's number of children @return the count.

()

Source from the content-addressed store, hash-verified

374 * @return the count.
375 */
376 public int getChildCount() {
377 checkChildren();
378 return children.length;
379 }
380
381
382 /**

Callers 9

getChildMethod · 0.95
getChildRecursiveMethod · 0.95
getChildrenMethod · 0.95
copyGroupMethod · 0.45
odsParseSheetMethod · 0.45
expandTreeMethod · 0.45
buildTreeMethod · 0.45
buildContribTreeMethod · 0.45
SketchbookFrameMethod · 0.45

Calls 1

checkChildrenMethod · 0.95

Tested by

no test coverage detected