GME  13
Typedefs | Variables
XMLUri.cpp File Reference

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 Documentation

typedef JanitorMemFunCall<XMLUri> CleanupType

Definition at line 241 of file XMLUri.cpp.


Variable Documentation

const int BUF_LEN = 64 [static]

Definition at line 109 of file XMLUri.cpp.

const XMLCh DOUBLE_SLASH[] [static]
Initial value:
{
    chForwardSlash, chForwardSlash, chNull
}

Definition at line 189 of file XMLUri.cpp.

const XMLCh errMsg_FRAGMENT[] [static]
Initial value:
{
    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]
Initial value:
{
    chLatin_h, chLatin_o, chLatin_s, chLatin_t, chNull
}

Definition at line 149 of file XMLUri.cpp.

const XMLCh errMsg_PARAMS[] [static]
Initial value:
{
    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]
Initial value:
{
    chLatin_p, chLatin_a, chLatin_t, chLatin_h, chNull
}

Definition at line 165 of file XMLUri.cpp.

const XMLCh errMsg_PORT[] [static]
Initial value:
{
    chLatin_p, chLatin_o, chLatin_r, chLatin_t, chNull
}

Definition at line 154 of file XMLUri.cpp.

const XMLCh errMsg_QUERY[] [static]
Initial value:
{
    chLatin_q, chLatin_u, chLatin_e, chLatin_r, chLatin_y, chNull
}

Definition at line 170 of file XMLUri.cpp.

const XMLCh errMsg_REGNAME[] [static]
Initial value:
{
    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]
Initial value:
{
    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]
Initial value:
{
    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]
Initial value:
{
    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]
Initial value:
{
    chQuestion, chPound, chNull
}

Definition at line 231 of file XMLUri.cpp.

const XMLCh SCHEME_SEPARATORS[] [static]
Initial value:
{
    chColon, chForwardSlash, chQuestion, chPound, chNull
}

Definition at line 223 of file XMLUri.cpp.

const XMLCh SINGLE_SLASH[] [static]
Initial value:
{
    chForwardSlash, chNull
}

Definition at line 194 of file XMLUri.cpp.

const XMLCh SLASH_DOT[] [static]
Initial value:
{
    chForwardSlash, chPeriod, chNull
}

Definition at line 204 of file XMLUri.cpp.

const XMLCh SLASH_DOT_SLASH[] [static]
Initial value:
{
    chForwardSlash, chPeriod, chForwardSlash, chNull
}

Definition at line 199 of file XMLUri.cpp.

const XMLCh SLASH_DOTDOT[] [static]
Initial value:
{
    chForwardSlash, chPeriod, chPeriod, chNull
}

Definition at line 214 of file XMLUri.cpp.

const XMLCh SLASH_DOTDOT_SLASH[] [static]
Initial value:
{
    chForwardSlash, chPeriod, chPeriod, chForwardSlash, chNull
}

Definition at line 209 of file XMLUri.cpp.