GME
13
|
Go to the source code of this file.
Functions | |
static DatatypeValidator::ValidatorType | getPrimitiveDV (DatatypeValidator::ValidatorType validationDV) |
Variables | |
XERCES_CPP_NAMESPACE_BEGIN const XMLCh | fgTokPattern [] |
const XMLCh | fgIntegerPattern [] |
const XMLCh | fgNamePattern [] |
const XMLCh | fgNCNamePattern [] |
const XMLCh | fgP0Y [] |
const XMLCh | fgP1Y [] |
const XMLCh | fgP100Y [] |
const XMLCh | fgPT24H [] |
const XMLCh | fgP1M [] |
static DatatypeValidator::ValidatorType getPrimitiveDV | ( | DatatypeValidator::ValidatorType | validationDV | ) | [static] |
Definition at line 759 of file DatatypeValidatorFactory.cpp.
const XMLCh fgIntegerPattern[] |
{ chOpenSquare, chPlus, chBackSlash, chDash, chCloseSquare, chQuestion, chOpenSquare, chDigit_0, chDash, chDigit_9, chCloseSquare, chPlus, chNull }
Definition at line 75 of file DatatypeValidatorFactory.cpp.
const XMLCh fgNamePattern[] |
{ chBackSlash, chLatin_i, chBackSlash, chLatin_c, chAsterisk, chNull }
Definition at line 82 of file DatatypeValidatorFactory.cpp.
const XMLCh fgNCNamePattern[] |
{ chOpenSquare, chBackSlash, chLatin_i, chDash, chOpenSquare, chColon, chCloseSquare, chCloseSquare, chOpenSquare, chBackSlash, chLatin_c, chDash, chOpenSquare, chColon, chCloseSquare, chCloseSquare, chAsterisk, chNull }
Definition at line 88 of file DatatypeValidatorFactory.cpp.
const XMLCh fgP0Y[] |
{ chLatin_P, chDigit_0, chLatin_Y, chNull }
Definition at line 97 of file DatatypeValidatorFactory.cpp.
const XMLCh fgP100Y[] |
{ chLatin_P, chDigit_1, chDigit_0, chDigit_0, chLatin_Y, chNull }
Definition at line 107 of file DatatypeValidatorFactory.cpp.
const XMLCh fgP1M[] |
{ chLatin_P, chDigit_1, chLatin_M, chNull }
Definition at line 117 of file DatatypeValidatorFactory.cpp.
const XMLCh fgP1Y[] |
{ chLatin_P, chDigit_1, chLatin_Y, chNull }
Definition at line 102 of file DatatypeValidatorFactory.cpp.
const XMLCh fgPT24H[] |
{ chLatin_P, chLatin_T, chDigit_2, chDigit_4, chLatin_H, chNull }
Definition at line 112 of file DatatypeValidatorFactory.cpp.
XERCES_CPP_NAMESPACE_BEGIN const XMLCh fgTokPattern[] |
{ chBackSlash, chLatin_c, chPlus, chNull }
Definition at line 68 of file DatatypeValidatorFactory.cpp.