#include <xml.h>
Inheritance diagram for xmlattribute:

Public Member Functions | |
| void | setName (const string &name) |
| void | setValue (const string &value) |
| void | setValue (long value) |
| const string & | getName () const |
| const string & | getValue () const |
| void | print (ostream &os) const |
Protected Member Functions | |
| xmlattribute (string name, string value) | |
| xmlattribute (string name, long value) | |
Friends | |
| EXP friend SMARTP< xmlattribute > | new_xmlattribute (string name, string value) |
| EXP friend SMARTP< xmlattribute > | new_xmlattribute (string name, long value) |
1.3.3