16 #if !defined(XALANXMLCHAR_HEADER_GUARD_1357924680)
17 #define XALANXMLCHAR_HEADER_GUARD_1357924680
26 XALAN_CPP_NAMESPACE_BEGIN
46 static const char theUnicodeTable[];
51 return theUnicodeTable[c] == char(XML_BC);
57 return theUnicodeTable[c] == char(XML_ID);
63 return theUnicodeTable[c] == char(XML_EX);
69 return theUnicodeTable[c] == char(XML_DI);
75 return theUnicodeTable[c] == char(XML_CC);
81 return theUnicodeTable[c] == char(XML_WS);
87 return theUnicodeTable[c] == char(XML_BC) || theUnicodeTable[c] == char(XML_ID);
93 XALAN_CPP_NAMESPACE_END
97 #endif // XALANXMLCHAR_HEADER_GUARD_1357924680