eachChild(id, functor)

calls the defined functor for each child node of a certain branch

Parameters

  • id - branch id
    • string,dimension
  • functor - the function that is called for each item
    • function

Returns

method doesn't return any data