xoreos  0.0.5
Classes | Namespaces | Functions
xml.h File Reference

XML parsing helpers, using libxml2. More...

#include <list>
#include <map>
#include <boost/noncopyable.hpp>
#include "src/common/scopedptr.h"
#include "src/common/ptrlist.h"
#include "src/common/ustring.h"
Include dependency graph for xml.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Common::XMLParser
 Class to parse a ReadStream into a simple XML tree. More...
 
class  Common::XMLNode
 

Namespaces

 Common
 

Functions

void Common::initXML ()
 Initialize the XML subsystem. More...
 
void Common::deinitXML ()
 Deinitialize the XML subsystem. More...
 

Detailed Description

XML parsing helpers, using libxml2.

Definition in file xml.h.