data | 処理対象のXMLデータ。
各要素iについて
メンバelements[i].depth, elements[i].forefathers
の値が設定された状態で与えること。
関数内で各要素iについてメンバ
elements[i].Ndescendants, elements[i].descendants
の値が設定される。 The XML data to process. The values of members elements[i].depth and elements[i].forefathers for each element i have to be set before calling this function. The values of members elements[i].Ndescendants and elements[i].descendants for each element i are set within this function. |