関数名 Function name |
機能・用途 Purpose |
read_xml_file | XMLファイルの中身をstruct XMLdata型構造体に読み込む。 Read the content of an XML file to a struct XMLdata-type structure. |
write_xml_file | struct XMLdata型構造体の中身をXMLファイルに出力する。 Output the content of a struct XMLdata-type structure to an XML file. |
write_xml_table | struct XMLdata型構造体の中身を表形式でファイル出力する。 Output the content of a struct XMLdata-type structure to a file with a tabular format. |