XML_Util.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    XML_Util.h
00006  *
00007  * Initially contains a function to escape strings for use in XML files.
00008  *
00009  *  XML_Util.h,v 1.2 2005/05/26 07:34:37 jwillemsen Exp
00010  *
00011  *  @author Justin Michel <michel_j@ociweb.com>
00012  */
00013 //=============================================================================
00014 
00015 #ifndef _ACEXML_XML_UTIL_H_
00016 #define _ACEXML_XML_UTIL_H_
00017 
00018 #include /**/ "ace/pre.h"
00019 
00020 #include "ACEXML/common/ACEXML_Export.h"
00021 
00022 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00023 #pragma once
00024 #endif /* ACE_LACKS_PRAGMA_ONCE */
00025 
00026 #include "ACEXML/common/XML_Types.h"
00027 
00028 ACEXML_Export ACEXML_String ACEXML_escape_string(const ACEXML_String& str);
00029 ACEXML_Export void ACEXML_escape_string(const ACEXML_String& in, ACEXML_String& out);
00030 
00031 #include /**/ "ace/post.h"
00032 
00033 #endif /* _ACEXML_XML_UTIL_H_ */

Generated on Thu Nov 9 11:45:40 2006 for ACEXML by doxygen 1.3.6