How to access a child of one layer to another layer???

Hello,

I have one scene. In there many layer. Now I want to access a child from one layer to another layer.
How o did it??

mylayer->getParent()->getChildrenByTag(ID_ANOTHER_LAYER);

Thanks Wang,

It solved my problem.