Returns the number of children. @webref xml:method @brief Returns the element's number of children @return the count.
()
| 374 | * @return the count. |
| 375 | */ |
| 376 | public int getChildCount() { |
| 377 | checkChildren(); |
| 378 | return children.length; |
| 379 | } |
| 380 | |
| 381 | |
| 382 | /** |
no test coverage detected