Read the CCBI file, how to get his every action node rectangular area?

Read the CCBI file, how to get his every action node rectangular area?
I wanted to do with this collision detection.
For help, thank you.
This is my code:

cocos2d-2.1beta3-x-2.1.0

CCNodeLoaderLibrary * ccNodeLoaderLibrary = CCNodeLoaderLibrary::newDefaultCCNodeLoaderLibrary();
ccbReader = new cocos2d::extension::CCBReader(ccNodeLoaderLibrary);
//ccbReader~~>autorelease;
animationsTest = ccbReader~~>readNodeGraphFromFile(“TestAni.ccbi”, this);

if(animationsTest != NULL)
{
this~~>addChild;
}
CCArray* allSeq = ccbReader~~>getAnimationManager()>getSequences;
ccbReader
>getAnimationManager()~~>runAnimationsForSequenceIdTweenDuration,~~1);