acs::test::xpath::get_name_attribute (private)

 acs::test::xpath::get_name_attribute node xpath

Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl

Parameters:
node
xpath

Partial Call Graph (max 5 caller/called nodes):
%3 acs::test::xpath::get_form_values acs::test::xpath::get_form_values (public) acs::test::xpath::get_name_attribute acs::test::xpath::get_name_attribute acs::test::xpath::get_form_values->acs::test::xpath::get_name_attribute aa_log_result aa_log_result (public) acs::test::xpath::get_name_attribute->aa_log_result

Testcases:
No testcase defined.
Source code:
        if {![$node hasAttribute name]} {
            aa_log_result warning "input field $xpath has no 'name' attribute (ignored): "  "<pre>[ns_quotehtml [$node asHTML]]</pre>"
            return ""
        }
        return [$node getAttribute name]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: