xml/info.h マニュアル

(The documentation of xml/info.h)

Last Update: 2022/11/30


xml/info.hでは XMLデータから情報を取り出す関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to extract information from XML data are defined in xml/info.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
identify_XMLdeclaration XMLデータを表す文字列におけるXML宣言の範囲の同定とチェックを行う。
Identify and check the extent of the XML declaration in a text that represents an XML data.
count_XMLelements_in_text 文字列中のXML要素の個数をカウントする。
Count the number of XML elements in a text.
count_XMLemptyElements XML空要素の個数をカウントする。
Count the number of XML empty-elements.
analyze_XMLtag XMLタグの文字列を分析し、タグ名と属性を取り出す。
Analyze a text that represents an XML tag and extract the tag name and attributes.