Xerces-C++
3.1.2
|
Go to the source code of this file.
Classes | |
class | XMLChar1_0 |
class | XMLChar1_1 |
Variables | |
XERCES_CPP_NAMESPACE_BEGIN const XMLByte | gNCNameCharMask = 0x1 |
const XMLByte | gFirstNameCharMask = 0x2 |
const XMLByte | gNameCharMask = 0x4 |
const XMLByte | gPlainContentCharMask = 0x8 |
const XMLByte | gSpecialStartTagCharMask = 0x10 |
const XMLByte | gControlCharMask = 0x20 |
const XMLByte | gXMLCharMask = 0x40 |
const XMLByte | gWhitespaceCharMask = 0x80 |
const XMLByte gControlCharMask = 0x20 |
Referenced by XMLChar1_0::isControlChar(), and XMLChar1_1::isControlChar().
const XMLByte gFirstNameCharMask = 0x2 |
const XMLByte gNameCharMask = 0x4 |
Referenced by XMLChar1_0::isNameChar(), and XMLChar1_1::isNameChar().
XERCES_CPP_NAMESPACE_BEGIN const XMLByte gNCNameCharMask = 0x1 |
Referenced by XMLChar1_0::isNCNameChar(), and XMLChar1_1::isNCNameChar().
const XMLByte gPlainContentCharMask = 0x8 |
Referenced by XMLChar1_0::isPlainContentChar(), and XMLChar1_1::isPlainContentChar().
const XMLByte gSpecialStartTagCharMask = 0x10 |
Referenced by XMLChar1_0::isSpecialStartTagChar(), and XMLChar1_1::isSpecialStartTagChar().
const XMLByte gWhitespaceCharMask = 0x80 |
Referenced by XMLChar1_0::isWhitespace(), and XMLChar1_1::isWhitespace().
const XMLByte gXMLCharMask = 0x40 |
Referenced by XMLChar1_0::isXMLChar(), and XMLChar1_1::isXMLChar().