fesa::ElementXML Class Reference

This class represents an XML element containing name, value, a list of attributes and a list of child XML elements. More...

#include <XMLParser.h>

List of all members.

Public Member Functions

 ~ElementXML ()
 destructor

Public Attributes

std::string name_
 name of the element
std::string value_
 value of the element
std::vector< AttributeXML * > attributeList_
 list of attributes of the element
std::vector< ElementXML * > childList_
 list of children of the element

Detailed Description

This class represents an XML element containing name, value, a list of attributes and a list of child XML elements.

Definition at line 50 of file XMLParser.h.


Constructor & Destructor Documentation

fesa::ElementXML::~ElementXML (  ) 

destructor

Definition at line 12 of file XMLParser.cpp.

References attributeList_, and childList_.


Member Data Documentation

value of the element

Definition at line 62 of file XMLParser.h.

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


The documentation for this class was generated from the following files:

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1