apm::package_version::attributes::parse_xml (private)

 apm::package_version::attributes::parse_xml -parent_node parent_node \
    -array array

Defined in packages/acs-tcl/tcl/apm-install-procs.tcl

Given the parent node in an XML tree parse the package version attributes and set their values with upvar in the array with given name.

Switches:
-parent_node
(required)
A reference to the parent XML node of the attribute nodes
-array
(required)
The name of the array in the callers scope to set the attribute values in.
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 apm_get_package_repository apm_get_package_repository (public) apm::package_version::attributes::parse_xml apm::package_version::attributes::parse_xml apm_get_package_repository->apm::package_version::attributes::parse_xml apm_read_package_info_file apm_read_package_info_file (public) apm_read_package_info_file->apm::package_version::attributes::parse_xml apm::package_version::attributes::default_value apm::package_version::attributes::default_value (public) apm::package_version::attributes::parse_xml->apm::package_version::attributes::default_value apm::package_version::attributes::get_spec apm::package_version::attributes::get_spec (public) apm::package_version::attributes::parse_xml->apm::package_version::attributes::get_spec xml_node_get_content xml_node_get_content (public) apm::package_version::attributes::parse_xml->xml_node_get_content xml_node_get_first_child_by_name xml_node_get_first_child_by_name (public) apm::package_version::attributes::parse_xml->xml_node_get_first_child_by_name

Testcases:
No testcase defined.
[ show source ]
Show another procedure: