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

Method getChildCount

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

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

()

Source from the content-addressed store, hash-verified

382 * @return the count.
383 */
384 public int getChildCount() {
385 checkChildren();
386 return children.length;
387 }
388
389
390 /**

Callers 10

getChildMethod · 0.95
getChildRecursiveMethod · 0.95
getChildrenMethod · 0.95
testDecimalsMethod · 0.45
copyGroupMethod · 0.45
odsParseSheetMethod · 0.45
expandTreeMethod · 0.45
buildTreeMethod · 0.45
buildContribTreeMethod · 0.45
updateCenterPanelMethod · 0.45

Calls 1

checkChildrenMethod · 0.95

Tested by 1

testDecimalsMethod · 0.36