xml_node_get_first_child (public)
xml_node_get_first_child parent_node
Defined in packages/acs-tcl/tcl/30-xml-utils-procs.tcl
Returns the first child node
- Parameters:
- parent_node (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- xml_rpc_fault, xml_rpc_respond
Source code: # ns_log notice "xml_node_get_first_child [$parent_node nodeName] --> [[$parent_node child 1] nodeName]" return [$parent_node child 1]XQL Not present: Generic, PostgreSQL, Oracle