const char * man(DocSymbol::SymType symb) const
Access routine to the man code of the HTML entity.
static HtmlEntityMapper * s_instance
void writeXMLSchema(FTextStream &t)
QDict< int > * m_name2sym
DocSymbol::SymType name2sym(const QCString &symName) const
Give code of the requested HTML entity name.
const char * xml(DocSymbol::SymType symb) const
Access routine to the XML code of the HTML entity.
static HtmlEntityMapper * instance()
Simplified and optimized version of QTextStream.
const char * latex(DocSymbol::SymType symb) const
Access routine to the LaTeX code of the HTML entity.
void validate()
Routine to check if the entries of the html_entities are numbered correctly.
static void deleteInstance()
const DocSymbol::PerlSymb * perl(DocSymbol::SymType symb) const
Access routine to the perl struct with the perl code of the HTML entity.
const char * docbook(DocSymbol::SymType symb) const
Access routine to the docbook code of the HTML entity.
const char * html(DocSymbol::SymType symb, bool useInPrintf=FALSE) const
Access routine to the html code of the HTML entity.
const char * rtf(DocSymbol::SymType symb) const
Access routine to the RTF code of the HTML entity.
Singleton helper class to map html entities to other formats.
const char * utf8(DocSymbol::SymType symb, bool useInPrintf=FALSE) const
Access routine to the UTF8 code of the HTML entity.