NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
void | Sgml2Ascii (string &sgml) |
Convert SGML entity to ASCII (in place) More... | |
string | Sgml2Ascii (const string &sgml) |
Convert SGML entity to ASCII. More... | |
bool | ContainsSgml (const string &str) |
Definition at line 140 of file sgml_entity.cpp.
References NStr::Find(), isalpha(), len, match(), NStr::StartsWith(), and str().
Referenced by CValidator::IsValidDbxref(), CGeneValidator::Validate(), CProtValidator::Validate(), CRNAValidator::Validate(), CValidError_imp::ValidateOrgName(), CValidError_imp::ValidateOrgRef(), CValidError_imp::ValidateSubSource(), CSingleFeatValidator::x_ValidateFeatComment(), CSingleFeatValidator::x_ValidateGbQual(), CMRNAValidator::x_ValidateMrna(), and CProtValidator::x_ValidateProteinName().
Convert SGML entity to ASCII.
sgml | String contianing SGML entities |
Definition at line 131 of file sgml_entity.cpp.
References result, and Sgml2Ascii().
void Sgml2Ascii | ( | string & | sgml | ) |
Convert SGML entity to ASCII (in place)
sgml | String contianing SGML entities |
Definition at line 101 of file sgml_entity.cpp.
References NPOS.
Referenced by Sgml2Ascii().