xml_node_get_children_by_name (public)
xml_node_get_children_by_name parent_node name
Defined in packages/acs-tcl/tcl/30-xml-utils-procs.tcl
Find nodes of a parent that have a given name
- Parameters:
- parent_node (required)
- name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # set msg "xml_node_get_children_by_name [$parent_node nodeName] $name --> " # foreach child [$parent_node child all $name] { # append msg "[$child nodeName] " # } # ns_log notice $msg return [$parent_node child all $name]XQL Not present: Generic, PostgreSQL, Oracle