#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <xercesc/framework/XMLFormatter.hpp>
Go to the source code of this file.
|
void | writeXMLEscape (const String &to_escape, std::ostream &os) |
| Escapes a string to be storable into an XML File. More...
|
|
String | writeXMLEscape (const String &to_escape) |
| Escapes a string and returns the escaped string. More...
|
|
String | encodeTab (const String &to_encode) |
| Encodes tabs '' in the string as 	 and returns the encoded string. More...
|
|