xml/tag.h マニュアル

(The documentation of xml/tag.h)

Last Update: 2022/11/30


xml/tag.hでは XMLタグを処理する関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to process XML tags are defined in xml/tag.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

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