Go to the documentation of this file.
52 case '\n':
m_t <<
" ";
break;
53 case '"':
m_t <<
""";
break;
54 case '\'':
m_t <<
"'";
break;
55 case '<':
m_t <<
"<";
break;
56 case '>':
m_t <<
">";
break;
57 case '&':
m_t <<
"&";
break;