35 #ifndef OPENMS_FORMAT_XMLFILE_H    36 #define OPENMS_FORMAT_XMLFILE_H    72       bool isValid(
const String & filename, std::ostream & os);
    75       const String & getVersion() 
const;
   102       void enforceEncoding_(
const String& encoding);
   115 #endif // OPENMS_FORMAT_XMLFILE_H String encodeTab(const String &to_encode)
Encodes tabs '' in the string as 	 and returns the encoded string. 
 
String schema_version_
Version string. 
Definition: XMLFile.h:97
 
A more convenient string class. 
Definition: String.h:57
 
Base class for XML handlers. 
Definition: XMLHandler.h:110
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
String enforced_encoding_
Encoding string that replaces the encoding (system dependent or specified in the XML). Disabled if empty. Used as a workaround for XTandem output xml. 
Definition: XMLFile.h:100
 
String schema_location_
XML schema file location. 
Definition: XMLFile.h:94
 
Base class for loading/storing XML files that have a handler derived from XMLHandler. 
Definition: XMLFile.h:49