ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TGHtmlElement.cxx File Reference
#include <string.h>
#include "TGHtml.h"
#include "TImage.h"
Include dependency graph for TGHtmlElement.cxx:

Go to the source code of this file.

Functions

void HtmlTranslateEscapes (char *z)
 Translate escape sequences in the string "z". More...
 
void ToLower (char *z)
 Convert a string to all lower-case letters. More...
 

Function Documentation

void HtmlTranslateEscapes ( char *  z)

Translate escape sequences in the string "z".

"z" is overwritten with the translated sequence.

Unrecognized escape sequences are unaltered.

Example:

 input  = "AT&amp;T &gt MCI"
 output = "AT&T > MCI"  

Definition at line 315 of file TGHtmlParse.cxx.

Referenced by TGHtml::TextInsertCmd(), TGHtmlMarkupElement::TGHtmlMarkupElement(), and TGHtml::Tokenize().

void ToLower ( char *  z)

Convert a string to all lower-case letters.

Definition at line 540 of file TGHtmlParse.cxx.

Referenced by TGHtmlMarkupElement::TGHtmlMarkupElement().