accept_all_children


Description:

public void accept_all_children (Visitor visitor, bool filtered = true)

Visits all children of this node with the specified Visitor.

Parameters:

visitor

the visitor to be called while traversing

filtered

specifies whether nodes which are not browsable should appear in the list