71 bool isValid(
const String & filename, std::ostream & os);
74 const String & getVersion()
const;
92 void parseBuffer_(
const std::string & buffer,
XMLHandler * handler);
110 void enforceEncoding_(
const String& encoding);
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:105
A more convenient string class.
Definition: String.h:57
Base class for XML handlers.
Definition: XMLHandler.h:148
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
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:108
String schema_location_
XML schema file location.
Definition: XMLFile.h:102
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48