xmlwrapp
Public Member Functions
xml::attributes::attr Class Reference

The xml::attributes::attr class is used to hold information about one attribute. More...

#include <attributes.h>

List of all members.

Public Member Functions

const char * get_name () const
 Get the name of this attribute.
const char * get_value () const
 Get the value of this attribute.

Detailed Description

The xml::attributes::attr class is used to hold information about one attribute.


Member Function Documentation

const char* xml::attributes::attr::get_name ( ) const

Get the name of this attribute.

Returns:
The name for this attribute.
const char* xml::attributes::attr::get_value ( ) const

Get the value of this attribute.

Returns:
The value for this attribute.

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