18 #if !defined(HARNESS_HEADER_GUARD_1357924680)
19 #define HARNESS_HEADER_GUARD_1357924680
49 class XalanOutputTranscoder;
70 bool initialize(MemoryManager& theManager);
75 return m_fileName.getMemoryManager();
79 bool getFlushOnCaseClose();
88 void setFileName(
const char* fileName, MemoryManager& theManager)
177 void logStatistic (
int level,
long lVal,
double dVal,
const XalanDOMString& msg);
181 logStatistic(level, lVal, dVal,
XalanDOMString(msg, getMemoryManager()));
185 void addMetricToAttrs(
const char* desc,
double theMetric, Hashtable& attrs);
258 void logCheckFail(
const XalanDOMString& test,
const Hashtable& faildata,
const Hashtable& actexp);
260 void logCheckFail(
const XalanDOMString& test,
const Hashtable& actexp);
286 bool startResultsFile();
291 bool closeResultsFile();
372 FileHandleType* m_fileHandle;
381 bool m_flushOnCaseClose;