Nelements | XML要素の個数。 The number of XML elements. |
i | 処理対象のXML親要素の番号。 The index of the XML parent element to process. |
parentElements | 各XML要素の親要素の番号を並べた配列。 An array composed of the index of the parent element of each XML element. |
childElements | i番目のXML要素の子要素の番号のリストの代入先。
宣言しただけのint ∗型変数に&を付けて与える。 Memory into which a list of the indices of the child elements of ith XML element will be inserted within the function. Give an empty int ∗-type variable with &. |
XML要素 An XML element |
親要素 The parent element |
0 | 無し None |
1 | 0 |
2 | 1 |
3 | 1 |
4 | 0 |
5 | 4 |
6 | 4 |
7 | 4 |