xml/parent_child.h マニュアル

(The documentation of xml/parent_child.h)

Last Update: 2023/2/21


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

関数名
Function name
機能・用途
Purpose
identify_XMLparentElement XML要素の親要素を同定する。
Identify the parent element of an XML element.
identify_XMLchildElements XML要素の子要素を同定する。
Identify the child elements of an XML element.
list_XMLforefatherElements XML要素の先祖要素をリストアップする。
List the forefather elements of an XML element.
list_XMLdescendantElements XML要素の子孫要素をリストアップする。
List the descendant elements of an XML element.