#include <XalanXMLFileReporter.hpp>
Collaboration diagram for XalanXMLFileReporter:
|
|
|
|
|
|
|
|
|
|
|
|
|
Escapes a XalanDOMString to remove <, >, ', &, and " so it's valid XML.
Stolen mostly from Xalan applet sample.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Report an arbitrary XalanDOMString to result file with specified severity.
Appends and prepends \n newline characters at the start and end of the message to separate it from the tags. Record format: <arbitrary level="##"><BR/> msg<BR/> </arbitrary>
|
|
Writes out an ambiguous record with comment.
Record format: <checkresult result="AMBG" desc="comment"/>
|
|
Writes out a Error record with comment.
Record format: <checkresult result="ERRR" desc="comment"/>
|
|
|
|
|
|
Writes out a Fail record with comment.
Record format: <checkresult result="FAIL" desc="comment"/>
|
|
Writes out a Pass record with comment.
Record format: <checkresult result="PASS" desc="comment"/>
|
|
|
|
|
|
|
|
Logs out a element to results with specified severity. Uses user-supplied element name and attribute list. Currently attribute values and msg are forced .toString(). Also, 'level' is forced to be the first attribute of the element.
|
|
|
|
Report a comment to result file with specified severity.
Record format: <message level="##">msg</message>
|
|
|
|
Logs out statistics to result file with specified severity.
Record format: <statistic level="##" desc="msg"><longval>1234</longval><doubleval>1.234</doubleval></statistic>
|
|
|
|
Report that a testcase has finished, and report it's result.
|
|
|
|
|
|
|
|
Report that a testfile has finished, and report it's result.
|
|
|
|
Report that a testfile has started.
|
|
|
|
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|