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