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