18 #if !defined(XALAN_FILEUTILITY_HEADER_GUARD_1357924680)
19 #define XALAN_FILEUTILITY_HEADER_GUARD_1357924680
29 #if defined(XALAN_CLASSIC_IOSTREAMS)
30 #include <strstream.h>
41 XALAN_CPP_NAMESPACE_BEGIN
101 #if defined(XALAN_NO_STD_NAMESPACE)
102 typedef ostrstream StreamType;
104 typedef std::ostrstream StreamType;
142 XalanFileUtility(MemoryManager& theManager);
177 bool fsetGold =
true);
185 FileNameVectorType& theFiles);
193 FileNameVectorType& theFiles);
254 bool containsOnly =
false);
261 const char* expected,
267 bool containsOnly =
false)
282 const char* expected,
287 bool containsOnly =
false)
313 compareSerializedResults(
332 const char* goldFile,
333 const char* outputFile);
405 static const XalanDOMChar s_xmlSuffix[];
407 static const XalanDOMChar s_pathSep[];
412 return m_buffer.getMemoryManager();
418 return m_buffer.getMemoryManager();
459 CharVectorType m_buffer;
465 XalanFileUtility(
const XalanFileUtility&);
470 XALAN_CPP_NAMESPACE_END
474 #endif // XALAN_FILEUTILITY_HEADER_GUARD_1357924680