libxml++ 1.0.0
xmlpp::SaxParser::Attribute Struct Reference

Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs. More...

List of all members.

Public Member Functions

 Attribute (std::string const &name, std::string const &value)

Public Attributes

std::string name
std::string value

Detailed Description

Simple structure used in the start_element callback, in which the attributes are a list of name/value pairs.


Constructor & Destructor Documentation

xmlpp::SaxParser::Attribute::Attribute ( std::string const &  name,
std::string const &  value 
) [inline]

Member Data Documentation


The documentation for this struct was generated from the following file: