この関数を使用して、指定した構文エレメントの次の兄弟 (右の兄弟) である構文エレメント・オブジェクトのアドレスを取得します。
CciElement* cniNextSibling( int* returnCode, CciElement* targetElement);
nextSibling = cniNextSibling(&rc, element);