MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getChildCount

Method getChildCount

src/org/kxml2/kdom/Node.java:102–104  ·  view source on GitHub ↗

Returns the number of child objects

()

Source from the content-addressed store, hash-verified

100 /** Returns the number of child objects */
101
102 public int getChildCount() {
103 return children == null ? 0 : children.size();
104 }
105
106 /** returns the element at the given index. If the node at the
107 given index is a text node, null is returned */

Callers 6

addChildMethod · 0.95
indexOfMethod · 0.95
getElementMethod · 0.80
loadBookmarksMethod · 0.80
parseMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected