Xerces-C++ 3.2.5
Classes | Variables
XMLChar.hpp File Reference

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
 

Variable Documentation

◆ gControlCharMask

const XMLByte gControlCharMask = 0x20

◆ gFirstNameCharMask

const XMLByte gFirstNameCharMask = 0x2

◆ gNameCharMask

const XMLByte gNameCharMask = 0x4

◆ gNCNameCharMask

XERCES_CPP_NAMESPACE_BEGIN const XMLByte gNCNameCharMask = 0x1

◆ gPlainContentCharMask

const XMLByte gPlainContentCharMask = 0x8

◆ gSpecialStartTagCharMask

const XMLByte gSpecialStartTagCharMask = 0x10

◆ gWhitespaceCharMask

const XMLByte gWhitespaceCharMask = 0x80

◆ gXMLCharMask

const XMLByte gXMLCharMask = 0x40