#include <xml.h>
Public Member Functions | |
XMLReader () | |
Constructor. | |
XMLReader (XMLReader const &xr) | |
Copy constructor. | |
XMLReader & | operator= (XMLReader const &right) |
Assignment operator. | |
bool | load (std::string const &filename, Callback &cb) |
Loads the given XML file. | |
char const * | error () const |
Returns the last error string. | |
Classes | |
class | Callback |
The callback class used by XMLReader::load(). More... |
A class derived from XMLReader::Callback should be created so that it'll receive the data as it is parsed from the XML file.
|
LOads the given XML file.
|