xml/check.h マニュアル

(The documentation of xml/check.h)

Last Update: 2022/11/30


xml/check.hでは XMLデータの処理における各種のチェックを行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to perform checks in various processings of XML data are defined in xml/check.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
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.