|
GME
13
|
Go to the source code of this file.
Variables | |
| static XERCES_CPP_NAMESPACE_BEGIN const XMLCh | gAmpRef [] |
| static const XMLCh | gAposRef [] |
| static const XMLCh | gGTRef [] |
| static const XMLCh | gLTRef [] |
| static const XMLCh | gQuoteRef [] |
| static const unsigned int | kEscapeCount = 7 |
| static const XMLCh | gEscapeChars [XMLFormatter::EscapeFlags_Count][kEscapeCount] |
XERCES_CPP_NAMESPACE_BEGIN const XMLCh gAmpRef[] [static] |
{
chAmpersand, chLatin_a, chLatin_m, chLatin_p, chSemiColon, chNull
}
Definition at line 53 of file XMLFormatter.cpp.
const XMLCh gAposRef[] [static] |
{
chAmpersand, chLatin_a, chLatin_p, chLatin_o, chLatin_s, chSemiColon, chNull
}
Definition at line 58 of file XMLFormatter.cpp.
const XMLCh gEscapeChars[XMLFormatter::EscapeFlags_Count][kEscapeCount] [static] |
{
{ chNull , chNull , chNull , chNull , chNull , chNull , chNull }
, { chAmpersand , chCloseAngle , chDoubleQuote , chOpenAngle , chSingleQuote , chNull , chNull }
, { chAmpersand , chOpenAngle , chDoubleQuote , chLF , chCR , chHTab , chNull }
, { chAmpersand , chOpenAngle , chCloseAngle , chNull , chNull , chNull , chNull }
}
Definition at line 79 of file XMLFormatter.cpp.
const XMLCh gGTRef[] [static] |
{
chAmpersand, chLatin_g, chLatin_t, chSemiColon, chNull
}
Definition at line 63 of file XMLFormatter.cpp.
const XMLCh gLTRef[] [static] |
{
chAmpersand, chLatin_l, chLatin_t, chSemiColon, chNull
}
Definition at line 68 of file XMLFormatter.cpp.
const XMLCh gQuoteRef[] [static] |
{
chAmpersand, chLatin_q, chLatin_u, chLatin_o, chLatin_t, chSemiColon, chNull
}
Definition at line 73 of file XMLFormatter.cpp.
const unsigned int kEscapeCount = 7 [static] |
Definition at line 78 of file XMLFormatter.cpp.
1.7.6.1