acs::test::dom_html (public)

 acs::test::dom_html var html body

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

Parses HTML into a tDOM object and executes some code.

Parameters:
var - the variable name that body can refer to as documentElement of the document (e.g. "root").
html - the markup to be parsed.
body - a Tcl script executed in the caller scope that can assume the document to be parsed and be available in "var".

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_folder_with_page create_folder_with_page (test xowf) acs::test::dom_html acs::test::dom_html test_create_folder_with_page->acs::test::dom_html test_create_form_with_form_instance create_form_with_form_instance (test xowiki) test_create_form_with_form_instance->acs::test::dom_html test_create_form_with_numeric create_form_with_numeric (test xowiki) test_create_form_with_numeric->acs::test::dom_html test_form_validate form_validate (test xowiki) test_form_validate->acs::test::dom_html test_link_tests link_tests (test xowiki) test_link_tests->acs::test::dom_html dom dom acs::test::dom_html->dom acs::test::find_link acs::test::find_link (public) acs::test::find_link->acs::test::dom_html acs::test::get_form acs::test::get_form (public) acs::test::get_form->acs::test::dom_html xowf::test::question_names_from_input_form xowf::test::question_names_from_input_form (private) xowf::test::question_names_from_input_form->acs::test::dom_html xowiki::test::create_form xowiki::test::create_form (public) xowiki::test::create_form->acs::test::dom_html xowiki::test::create_form_page xowiki::test::create_form_page (public) xowiki::test::create_form_page->acs::test::dom_html

Testcases:
markup_parsing, create_folder_with_page, link_tests, create_form_with_form_instance, create_form_with_numeric, form_validate, nested_self_references
[ show source ]
Show another procedure: