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

Method hasChildren

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

Returns a boolean of whether or not there are children. @webref xml:method @brief Checks whether or not an element has any children

()

Source from the content-addressed store, hash-verified

386 * @brief Checks whether or not an element has any children
387 */
388 public boolean hasChildren() {
389 checkChildren();
390 return children.length > 0;
391 }
392
393
394 /**

Callers

nothing calls this directly

Calls 1

checkChildrenMethod · 0.95

Tested by

no test coverage detected