18#if !defined(XALANXMLCHAR_HEADER_GUARD_1357924680)
19#define XALANXMLCHAR_HEADER_GUARD_1357924680
48 static const char theUnicodeTable[];
53 return theUnicodeTable[
c] ==
char(XML_BC);
59 return theUnicodeTable[
c] ==
char(XML_ID);
65 return theUnicodeTable[
c] ==
char(XML_EX);
71 return theUnicodeTable[
c] ==
char(XML_DI);
77 return theUnicodeTable[
c] ==
char(XML_CC);
83 return theUnicodeTable[
c] ==
char(XML_WS);
89 return theUnicodeTable[
c] ==
char(XML_BC) || theUnicodeTable[
c] ==
char(XML_ID);
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
static bool isIdeographic(XalanDOMChar c)
static bool isCombiningChar(XalanDOMChar c)
static bool isLetter(XalanDOMChar c)
static bool isExtender(XalanDOMChar c)
static bool isBaseChar(XalanDOMChar c)
static bool isWhitespace(XalanDOMChar c)
static bool isDigit(XalanDOMChar c)