Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::
Parser
Parser.XML
Parser.XML.Tree
Parser.XML.Tree.AbstractNode

Method Parser.XML.Tree.AbstractNode()->iterate_children()


Method iterate_children

int iterate_children(function(AbstractNode:int|void) callback, mixed ... args)

Description

Iterates over the nodes children from left to right, calling the callback function for every node. If the callback function returns STOP_WALK the iteration is promptly aborted and STOP_WALK is returned.