标签: c++ xml xerces
我使用的是XMLReader::isXMLChar(Apache Xerces)。但它只需要16位字符(XMLCh)。
XMLReader::isXMLChar
typedef wchar_t XMLCh;
我们是否有备用的Apache Xerces API,它具有相同功能的32位字符?