GME  13
Variables
XMLFormatter.cpp File Reference

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]

Variable Documentation

XERCES_CPP_NAMESPACE_BEGIN const XMLCh gAmpRef[] [static]
Initial value:
{
    chAmpersand, chLatin_a, chLatin_m, chLatin_p, chSemiColon, chNull
}
Id:
XMLFormatter.cpp 901107 2010-01-20 08:45:02Z borisk

Definition at line 53 of file XMLFormatter.cpp.

const XMLCh gAposRef[] [static]
Initial value:
{
    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]
Initial value:
{
        { 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]
Initial value:
{
    chAmpersand, chLatin_g, chLatin_t, chSemiColon, chNull
}

Definition at line 63 of file XMLFormatter.cpp.

const XMLCh gLTRef[] [static]
Initial value:
{
    chAmpersand, chLatin_l, chLatin_t, chSemiColon, chNull
}

Definition at line 68 of file XMLFormatter.cpp.

const XMLCh gQuoteRef[] [static]
Initial value:
{
    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.