OpenMS
Loading...
Searching...
No Matches
XMLFile.h File Reference
Include dependency graph for XMLFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XMLFile
 Base class for loading and storing XML files via Xerces, with optional schema validation and transparent gzip / bzip2 / zip decompression on load. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 
namespace  OpenMS::Internal
 Namespace used to hide implementation details from users.
 

Functions

std::string encodeTab (const std::string &to_encode)
 Encodes tabs '\t' in the string as 	 and returns the encoded string.