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)
| 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 |
no outgoing calls
no test coverage detected