* attribute problem */
| 470 | * attribute problem |
| 471 | */ |
| 472 | explicit ex_xml_parse( |
| 473 | const string& resName, |
| 474 | const string& elName, |
| 475 | const string& attrName, |
| 476 | const string& msg) |
| 477 | : ex_res_parse( |
| 478 | resName + ": invalid <" + elName + ">-element found: attribute '" + |
| 479 | attrName + "' " + msg) {} |
| 480 | |
| 481 | /** |
| 482 | * attribute problem |
nothing calls this directly
no outgoing calls
no test coverage detected