Returns the number of children. @webref xml:method @webBrief Returns the element's number of children @return the count.
()
| 382 | * @return the count. |
| 383 | */ |
| 384 | public int getChildCount() { |
| 385 | checkChildren(); |
| 386 | return children.length; |
| 387 | } |
| 388 | |
| 389 | |
| 390 | /** |