accept_children_by_type


Description:

public void accept_children_by_type (NodeType type, Visitor visitor, bool filtered = true)

Visits all children of this node with the given type with the specified Visitor.

Parameters:

type

a node type

visitor

the visitor to be called while traversing

filtered

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