fesa-core
7.0.0
|
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 Member Functions | |
boost::shared_ptr< AttributeXML > | getAttribute (const std::string &attributeName) |
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.
boost::shared_ptr< AttributeXML > fesa::ElementXML::getAttribute | ( | const std::string & | attributeName | ) |
Returns a specific attribute of the element
name | of the attribute |