#include <userinfo.h>
Public Member Functions | |
GlobalXercesConnector () | |
default constructor | |
~GlobalXercesConnector () | |
destructor | |
Static Public Member Functions | |
static string | XMLCh2str (const XMLCh *const XMLCh_str) |
function transcodes Xerces' XMLCh-based strings into C++ strings | |
Public Attributes | |
DOMImplementation * | pImplementation |
DOMImplementation is a base class for the all DOM oparations. | |
DOMWriter * | pSerializer |
This DOMWriter is used to export internal data into xml files. | |
XercesDOMParser * | pParser |
This DOMWriter is used to import external data from xml files. | |
Classes | |
class | Comparator |
This class is used to interact with the Xerces library.