xml_node_get_children (public)

 xml_node_get_children parent_node

Defined in packages/acs-tcl/tcl/30-xml-utils-procs.tcl

Get children nodes

Parameters:
parent_node (required)

Testcases:
No testcase defined.
Source code:
    return [$parent_node child all]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: