XMLParser.h File Reference

#include <string>
#include <vector>
#include <iostream>
#include <unistd.h>
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <libxml/xpathInternals.h>
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
#include <fesa-core/Exception/FesaException.h>

Go to the source code of this file.

Classes

class  fesa::AttributeXML
 This class represents an XML attribute containing name and value. More...
class  fesa::ElementXML
 This class represents an XML element containing name, value, a list of attributes and a list of child XML elements. More...
class  fesa::XMLParser
 This class offers functions to extract information from an XML file. It uses the xPath functions of the library libXML. More...

Namespaces

namespace  fesa

Defines

#define MY_ENCODING   "UTF-8"

Define Documentation

#define MY_ENCODING   "UTF-8"

Definition at line 21 of file XMLParser.h.

Referenced by fesa::XMLParser::startDocument().


Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1