Method Parser.XML.Tree.AbstractSimpleNode()->iterate_children()
- Method
iterate_children
intiterate_children(function(AbstractSimpleNode,mixed... :int|void)callback,mixed...args)- Description
Iterates over the nodes children from left to right, calling the function
callbackfor every node. If the callback function returns STOP_WALK the iteration is promptly aborted and STOP_WALK is returned.