libxml++
5.4.0
|
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>
Public Member Functions | |
Attribute (ustring const & n, ustring const & v) | |
Public Attributes | |
ustring | name |
ustring | value |
Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs.
ustring xmlpp::SaxParser::Attribute::name |
ustring xmlpp::SaxParser::Attribute::value |