| 809 | } |
| 810 | |
| 811 | const char* Name() const { return name.c_str(); } ///< Return the name of this attribute. |
| 812 | const char* Value() const { return value.c_str(); } ///< Return the value of this attribute. |
| 813 | #ifdef TIXML_USE_STL |
| 814 | const std::string& ValueStr() const { return value; } ///< Return the value of this attribute. |