#include <Attribute.h>
Public Member Functions | |
| Attribute (const char *name, const char *value) | |
| Attribute (const std::string &name, const std::string &value) | |
| Attribute (const XMLCh *name, const XMLCh *value) | |
| const std::string & | Name () const |
| const std::string & | Value () const |
Private Attributes | |
| std::string | fName |
| Name of attribute. | |
| std::string | fValue |
| Value of attribute. | |
Definition at line 16 of file Attribute.h.
|
||||||||||||
|
Definition at line 8 of file Attribute.cxx.
|
|
||||||||||||
|
Definition at line 15 of file Attribute.cxx.
|
|
||||||||||||
|
Definition at line 23 of file Attribute.cxx.
|
|
|
Definition at line 22 of file Attribute.h. References fName.
00022 { return fName; }
|
|
|
Definition at line 23 of file Attribute.h. References fValue.
00023 { return fValue; }
|
|
|
Name of attribute.
Definition at line 25 of file Attribute.h. Referenced by Attribute(), and Name(). |
|
|
Value of attribute.
Definition at line 26 of file Attribute.h. Referenced by Attribute(), and Value(). |
1.3.5