16 #if !defined(XALAN_FILEUTILITY_HEADER_GUARD_1357924680)
17 #define XALAN_FILEUTILITY_HEADER_GUARD_1357924680
27 #if defined(XALAN_CLASSIC_IOSTREAMS)
28 #include <strstream.h>
39 XALAN_CPP_NAMESPACE_BEGIN
55 XALAN_USING_XERCES(MemoryManager)
99 #if defined(XALAN_NO_STD_NAMESPACE)
100 typedef ostrstream StreamType;
102 typedef std::ostrstream StreamType;
140 XalanFileUtility(MemoryManager& theManager);
157 bool fsetGold =
true);
165 FileNameVectorType& theFiles);
173 FileNameVectorType& theFiles);
235 bool containsOnly =
false);
242 const char* expected,
248 bool containsOnly =
false)
263 const char* expected,
268 bool containsOnly =
false)
294 compareSerializedResults(
312 const char* goldFile,
313 const char* outputFile);
385 static const XalanDOMChar s_xmlSuffix[];
387 static const XalanDOMChar s_pathSep[];
390 getMemoryManager()
const
392 return m_memoryManager;
398 return m_memoryManager;
460 MemoryManager& m_memoryManager;
464 XalanFileUtility(
const XalanFileUtility&);
469 XALAN_CPP_NAMESPACE_END
473 #endif // XALAN_FILEUTILITY_HEADER_GUARD_1357924680