tdom::get_parent_node_object (public)
tdom::get_parent_node_object child_node_object
Defined in packages/acs-tcl/tcl/tdom-procs.tcl
Returns a tDOM object for the parent node of the child node object passed in
- Parameters:
- child_node_object (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set parent_node_object "" catch {set parent_node_object [$child_node_object parentNode]} return $parent_node_objectXQL Not present: Generic, PostgreSQL, Oracle