fesa-core  5.0.1
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>

Public Attributes

std::string name_
 name of the element
 
std::string value_
 value of the element
 
std::vector< boost::shared_ptr
< AttributeXML > > 
attributeList_
 list of attributes of the element
 
std::vector< boost::shared_ptr
< 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.


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