| outputfile | 出力ファイル名。 The output file name. |
| data | 出力するXMLデータ。 The XML data to output. |
| 列 Column |
値 Value |
| 1 | XML要素番号\(i\)。 The index, \(i\), of an XML element. |
| 2 | data.elements[i].parentElement |
| 3 | data.elements[i].NchildElements |
| 4 | data.elements[i].childElementsの配列要素の値のリスト
(カンマ(,)区切り)。 A list of array components of data.elements[i].childElements separated by commas (,). |
| 5 | data.elements[i].depth |
| 6 | data.elements[i].tagName |
| 7 | data.elements[i].content |
| 8 | data.elements[i].Nattributes |
| \(9+j\) | data.elements[i].attributeNames[j],
data.elements[i].attributeValues[j]の値。
「名前=値」の形式で出力される。 The values of data.elements[i].attributeNames[j] and data.elements[i].attributeValues[j] with a “name=value” format. |