NCBI C++ ToolKit
Functions
sgml_entity.hpp File Reference
#include <corelib/ncbistd.hpp>
+ Include dependency graph for sgml_entity.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ ContainsSgml()

bool ContainsSgml ( const string str)

◆ Sgml2Ascii() [1/2]

string Sgml2Ascii ( const string sgml)

Convert SGML entity to ASCII.

Parameters
sgmlString contianing SGML entities
Returns
string with SGML entities converted to ASCII

Definition at line 131 of file sgml_entity.cpp.

References result, and Sgml2Ascii().

◆ Sgml2Ascii() [2/2]

void Sgml2Ascii ( string sgml)

Convert SGML entity to ASCII (in place)

Parameters
sgmlString contianing SGML entities

Definition at line 101 of file sgml_entity.cpp.

References NPOS.

Referenced by Sgml2Ascii().

Modified on Tue Nov 28 02:29:21 2023 by modify_doxy.py rev. 669887