Multiple getChildAt()

hi there. i have an **object **in getChildAt(0), and it has a **child **as well.
is there any way i can get that object by:
stage.getChildAt(0).getChildAt(1) ?

thanks in advance