OpenADFortTk (basic)
src/xaif2whirl/XercesStrX.cxx
Go to the documentation of this file.
00001 // -*-Mode: C++;-*-
00002 // $Header: /m_home/m_utkej/Argonne/cvs2svn/cvs/OpenADFortTk/src/xaif2whirl/XercesStrX.cxx,v 1.2 2006-05-12 16:12:23 utke Exp $
00003 
00004 #include <iostream>
00005 
00006 #include "XercesStrX.h"
00007 
00008 namespace xaif2whirl {
00009 
00010   void 
00011   XercesStrX::DumpXMLStr(std::ostream& os, const XMLCh* const xmlstr) {
00012     XercesStrX toDump(xmlstr);
00013     os << toDump.c_str();
00014     os.flush();
00015   }
00016   
00017   void
00018   XercesStrX::DDumpXMLStr(const XMLCh* const xmlstr) {
00019     DumpXMLStr(std::cout, xmlstr);
00020   }
00021   
00022 }
00023 
00024 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines