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

Method getChild

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

Returns the child object at the given index. For child elements, an Element object is returned. For all other child types, a String is returned.

(int index)

Source from the content-addressed store, hash-verified

94 types, a String is returned. */
95
96 public Object getChild(int index) {
97 return children.elementAt(index);
98 }
99
100 /** Returns the number of child objects */
101

Callers 3

getElementMethod · 0.95
getTextMethod · 0.95
getRootElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected