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