util::get_node_attributes (public)

 util::get_node_attributes -node node

Defined in packages/acs-tcl/tcl/html-procs.tcl

Extract attributes names and values from a tDOM node

Switches:
-node
(required)
tDOM node
Returns:
List in array get form of attribute names and values for node

Partial Call Graph (max 5 caller/called nodes):
%3 util::html::get_forms util::html::get_forms (public) util::get_node_attributes util::get_node_attributes util::html::get_forms->util::get_node_attributes

Testcases:
No testcase defined.
Source code:
    foreach attribute [$node attributes] {
        lappend attributes $attribute [$node getAttribute $attribute]
    }
    return $attributes
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: