関数名 Function name |
機能・用途 Purpose |
common_checks_for_XMLtag_listing | 文字列からXML要素の開始・終了タグを同定する処理において
共通に行うチェックを実施する。 Perform checks common to identifications of start- and end-tags of XML elements in a text. |
check_XMLstartTag_startPos | 文字列中の開始タグの先頭位置のリストが
正しく設定されているか否かをチェックする。 Check if the start positions of start-tags in a text are correctly configured. |
check_XMLstartTag_startEndPos | 文字列中の開始タグの先頭・末尾位置のリストが
正しく設定されているか否かをチェックする。 Check if the start and end positions of start-tags in a text are correctly configured. |
check_XMLemptyElementList | XML空要素の識別結果が正しく設定されているか否かをチェックする。 Check if the identification results of XML empty-elements are correctly configured. |
check_XMLendTag_startPos | 文字列中の終了タグの先頭位置のリストが
正しく設定されているか否かをチェックする。 Check if the start positions of end-tags in a text are correctly configured. |
check_XMLendTag_name | 終了タグの名前が対応する開始タグと同じになっているかをチェックする。 Check that the name of an end-tag is consistent with that of the corresponding start-tag. |