Searched refs:getChildCount (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
H A DNode.java70 /** convenience method for addChild (getChildCount (), child) */
73 addChild(getChildCount(), type, child);
102 public int getChildCount() { method in class:Node
158 int len = getChildCount();
200 int len = getChildCount();
H A DElement.java223 if (getChildCount() == 0)

Completed in 105 milliseconds