Searched refs:xml_options (Results 1 – 3 of 3) sorted by relevance
43 extern std::string xml_options;
51 string xml_options; variable
34 ostringstream xml_options; variable203 xml_options << init_attr(tag, value); in add_option()219 xml_options << init_attr(tag, str.str()); in add_option()235 xml_options << init_attr(tag, str.str()); in add_option()241 xml_options << init_attr(tag, (value ? "true" : "false")); in add_option()265 cout << open_element(OPTIONS, true) << xml_options.str(); in output_xml_header()