| 243 | } |
| 244 | |
| 245 | void XMLRowOutputFormat::writeException() |
| 246 | { |
| 247 | writeCString("\t<exception>", *ostr); |
| 248 | writeXMLStringForTextElement(exception_message, *ostr); |
| 249 | writeCString("</exception>\n", *ostr); |
| 250 | } |
| 251 | |
| 252 | void registerOutputFormatXML(FormatFactory & factory); |
| 253 | void registerOutputFormatXML(FormatFactory & factory) |
nothing calls this directly
no test coverage detected