xmlwrapp
Lightweight C++ XML parsing library
|
The xml::attributes::attr class is used to hold information about one attribute. More...
#include <attributes.h>
Public Member Functions | |
const char * | get_name () const |
Get the name of this attribute. More... | |
const char * | get_value () const |
Get the value of this attribute. More... | |
The xml::attributes::attr class is used to hold information about one attribute.
const char* xml::attributes::attr::get_name | ( | ) | const |
Get the name of this attribute.
const char* xml::attributes::attr::get_value | ( | ) | const |
Get the value of this attribute.