A class that models a XML reader object built on top of Xerces-C++. 
 
#define XERCES_DRIVER_IDENTIFIER
The name of this XML reader driver. 
 
This class models a XML reader object. 
 
This is the concrete factory for XML reader built on top of Xerces-C++ parser. 
 
~ReaderFactory()
Virtual destructor. 
 
static void initialize()
It initializes the factory: it will be registered in the abstract factory ReaderFactory. 
 
static void finalize()
It finalizes the factory: it will be destroyed and will be unregistered from the abstract factory Rea...
 
te::xml::Reader * build()
Concrete factories (derived from this one) must implement this method in order to create objects...
 
static ReaderFactory * sm_factory
A pointer to the global Xerces XML Reader factory.