|
GME
13
|
Go to the source code of this file.
Typedefs | |
| typedef JanitorMemFunCall< XMLUri > | CleanupType |
Variables | |
| static const int | BUF_LEN = 64 |
| static const XMLCh | errMsg_SCHEME [] |
| static const XMLCh | errMsg_SCHEMESPART [] |
| static const XMLCh | errMsg_PARAMS [] |
| static const XMLCh | errMsg_USERINFO [] |
| static const XMLCh | errMsg_HOST [] |
| static const XMLCh | errMsg_PORT [] |
| static const XMLCh | errMsg_REGNAME [] |
| static const XMLCh | errMsg_PATH [] |
| static const XMLCh | errMsg_QUERY [] |
| static const XMLCh | errMsg_FRAGMENT [] |
| static const XMLCh | DOUBLE_SLASH [] |
| static const XMLCh | SINGLE_SLASH [] |
| static const XMLCh | SLASH_DOT_SLASH [] |
| static const XMLCh | SLASH_DOT [] |
| static const XMLCh | SLASH_DOTDOT_SLASH [] |
| static const XMLCh | SLASH_DOTDOT [] |
| static const XMLCh | SCHEME_SEPARATORS [] |
| static const XMLCh | PATH_SEPARATORS [] |
| typedef JanitorMemFunCall<XMLUri> CleanupType |
Definition at line 241 of file XMLUri.cpp.
Definition at line 109 of file XMLUri.cpp.
const XMLCh DOUBLE_SLASH[] [static] |
{
chForwardSlash, chForwardSlash, chNull
}
Definition at line 189 of file XMLUri.cpp.
const XMLCh errMsg_FRAGMENT[] [static] |
{
chLatin_f, chLatin_r, chLatin_a, chLatin_g,
chLatin_m, chLatin_e, chLatin_n, chLatin_t, chNull
}
Definition at line 175 of file XMLUri.cpp.
const XMLCh errMsg_HOST[] [static] |
{
chLatin_h, chLatin_o, chLatin_s, chLatin_t, chNull
}
Definition at line 149 of file XMLUri.cpp.
const XMLCh errMsg_PARAMS[] [static] |
{
chLatin_p, chLatin_a, chLatin_r, chLatin_a, chLatin_m,
chLatin_e, chLatin_t, chLatin_e, chLatin_r, chLatin_s, chNull
}
Definition at line 137 of file XMLUri.cpp.
const XMLCh errMsg_PATH[] [static] |
{
chLatin_p, chLatin_a, chLatin_t, chLatin_h, chNull
}
Definition at line 165 of file XMLUri.cpp.
const XMLCh errMsg_PORT[] [static] |
{
chLatin_p, chLatin_o, chLatin_r, chLatin_t, chNull
}
Definition at line 154 of file XMLUri.cpp.
const XMLCh errMsg_QUERY[] [static] |
{
chLatin_q, chLatin_u, chLatin_e, chLatin_r, chLatin_y, chNull
}
Definition at line 170 of file XMLUri.cpp.
const XMLCh errMsg_REGNAME[] [static] |
{
chLatin_R, chLatin_e, chLatin_g,
chLatin_N, chLatin_a, chLatin_m, chLatin_e, chNull
}
Definition at line 159 of file XMLUri.cpp.
const XMLCh errMsg_SCHEME[] [static] |
{
chLatin_s, chLatin_c, chLatin_h, chLatin_e,
chLatin_m, chLatin_e, chNull
}
Definition at line 123 of file XMLUri.cpp.
const XMLCh errMsg_SCHEMESPART[] [static] |
{
chLatin_s, chLatin_c, chLatin_h, chLatin_e, chLatin_m, chLatin_e,
chLatin_S, chLatin_p, chLatin_e, chLatin_c, chLatin_i, chLatin_f,
chLatin_i, chLatin_c, chLatin_P, chLatin_a, chLatin_r, chLatin_t,
chNull
}
Definition at line 129 of file XMLUri.cpp.
const XMLCh errMsg_USERINFO[] [static] |
{
chLatin_u, chLatin_s, chLatin_e, chLatin_r,
chLatin_i, chLatin_n, chLatin_f, chLatin_o, chNull
}
Definition at line 143 of file XMLUri.cpp.
const XMLCh PATH_SEPARATORS[] [static] |
{
chQuestion, chPound, chNull
}
Definition at line 231 of file XMLUri.cpp.
const XMLCh SCHEME_SEPARATORS[] [static] |
{
chColon, chForwardSlash, chQuestion, chPound, chNull
}
Definition at line 223 of file XMLUri.cpp.
const XMLCh SINGLE_SLASH[] [static] |
{
chForwardSlash, chNull
}
Definition at line 194 of file XMLUri.cpp.
const XMLCh SLASH_DOT[] [static] |
{
chForwardSlash, chPeriod, chNull
}
Definition at line 204 of file XMLUri.cpp.
const XMLCh SLASH_DOT_SLASH[] [static] |
{
chForwardSlash, chPeriod, chForwardSlash, chNull
}
Definition at line 199 of file XMLUri.cpp.
const XMLCh SLASH_DOTDOT[] [static] |
{
chForwardSlash, chPeriod, chPeriod, chNull
}
Definition at line 214 of file XMLUri.cpp.
const XMLCh SLASH_DOTDOT_SLASH[] [static] |
{
chForwardSlash, chPeriod, chPeriod, chForwardSlash, chNull
}
Definition at line 209 of file XMLUri.cpp.
1.7.6.1