libxml++
1.0.0
|
Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs. More...
Public Member Functions | |
Attribute (std::string const &name, std::string const &value) | |
Public Attributes | |
std::string | name |
std::string | value |
Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs.
xmlpp::SaxParser::Attribute::Attribute | ( | std::string const & | name, |
std::string const & | value | ||
) | [inline] |
std::string xmlpp::SaxParser::Attribute::name |
Referenced by xmlpp::SaxParser::AttributeHasName::operator()().
std::string xmlpp::SaxParser::Attribute::value |