関数名 Function name |
機能・用途 Purpose |
list_XMLstartTag_startPos | 文字列からXML要素の開始タグおよび空要素タグを探索し、
その先頭位置(配列要素番号)をリストアップする。 Search the start-tags and empty-element tags of XML elements in a text, and list their start positions (array indices). |
list_XMLstartTag_endPos | 文字列からXML要素の開始タグおよび空要素タグを探索し、
その末尾位置(配列要素番号)をリストアップする。 Search the start-tags and empty-element tags of XML elements in a text, and list their end positions (array indices). |
identify_XMLemptyElements | XML要素の開始タグと空要素タグの識別を行う。 Distinguish the start-tags and empty-element tags of XML elements. |
list_XMLendTag_startPos | 文字列からXML要素の終了タグを探索し、
その先頭位置(配列要素番号)をリストアップする。 Search the end-tags of XML elements in a text, and list their start positions (array indices). |
list_XMLendTag_endPos | 文字列からXML要素の終了タグを探索し、
その末尾位置(配列要素番号)をリストアップする。 Search the end-tags of XML elements in a text, and list their end positions (array indices). |