Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs.
More...
#include <libxml++/parsers/saxparser.h>
|
| | Attribute (Glib::ustring const & n, Glib::ustring const & v) |
| |
Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs.
◆ Attribute()
| xmlpp::SaxParser::Attribute::Attribute |
( |
Glib::ustring const & | n, |
|
|
Glib::ustring const & | v ) |
|
inline |
◆ name
| Glib::ustring xmlpp::SaxParser::Attribute::name |
◆ value
| Glib::ustring xmlpp::SaxParser::Attribute::value |