tdom::get_attribute_value (public)

 tdom::get_attribute_value node_object attribute_name [ default_value ]

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

Returns the value of the attribute specified

Parameters:
node_object
attribute_name
default_value (optional)

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

Testcases:
No testcase defined.
Source code:
    set attribute_value ""
    catch {set attribute_value [$node_object getAttribute $attribute_name $default_value]}

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