data_length | XMLデータの長さ(バイト数)。 The length (the number of bytes) of an XML data. |
XMLdata | XMLデータが格納された文字列。 A text that represents the XML data. |
Nelements | XMLdata中のXML要素数。
関数count_XMLelements_in_textの戻り値を渡す。 The number of XML elements in XMLdata. Use the return value of function count_XMLelements_in_text. |
endTag_startPos | XMLdata中のXML要素の終了タグの先頭位置(配列要素番号)のリスト。
関数list_XMLendTag_startPosの戻り値を渡す。 A list of the start positions (array indices) of the end-tags of the XML elements in XMLdata. Use the return value of function list_XMLendTag_startPos. |
NemptyElements | XMLdata中のXML空要素の個数。
関数count_XMLemptyElementsの戻り値を渡す。 The number of XML empty-elements in XMLdata. Use the return value of function count_XMLemptyElements. |
emptyElementFlag | 各XML要素が空要素か否かを示す真偽値(空要素の場合にtrue)
を並べた配列。
関数identify_XMLemptyElementsの戻り値を渡す。 An array composed of logical values that indicate whether individual XML elements are empty-elements (true for empty-elements). Use the return value of function identify_XMLemptyElements. |
開始タグ Start-tag |
対応する終了タグの先頭位置 The start position of the corresponding end-tag |
<dataset> | 173 |
<data1> | 79 |
<subdata1a> | 38 |
<subdata1b> | 61 |
<empty1c/> | 無し None |
<data2> | 163 |
<subdata2a> | 109 |
<subdata2b> | 132 |
<subdata2c> | 155 |