Returns an Iterator of the children of the node. @return the iterator of the nodes children
()
| 419 | * @return the iterator of the nodes children |
| 420 | */ |
| 421 | public Iterator iterator() { |
| 422 | return children().iterator(); |
| 423 | } |
| 424 | |
| 425 | /** |
| 426 | * Returns a <code>List</code> of the nodes children. |