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

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    set parent_node_object ""
    catch {set parent_node_object [$child_node_object parentNode]}

    return $parent_node_object
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: