fesa-core
4.3.1
|
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 | |
This class represents an XML element containing name, value, a list of attributes and a list of child XML elements.