#include <librets/RetsXmlAttribute.h>

Public Member Functions | |
| RetsXmlAttribute (std::string name, std::string value) | |
| Construct the attribute with the name and value. | |
| std::string | GetName () const |
| Returns the name of the attribute. | |
| std::string | GetValue () const |
| Returns the value associated with the attribute. | |
| virtual std::ostream & | Print (std::ostream &outputStream) const |
| Prints the attribute and value in a standard form for debugging and error reporting. | |
| virtual bool | Equals (const RetsObject *rhs) const |
| Checks to see if the attribute and value are identical between two RetsXmlAttribute objects. | |
| std::string | ToString () const |
| RetsXmlAttribute | ( | std::string | name, | |
| std::string | value | |||
| ) |
Construct the attribute with the name and value.
| name | The name tag | |
| value | The value associated with the attribute. |
| virtual bool Equals | ( | const RetsObject * | rhs | ) | const [virtual] |
Checks to see if the attribute and value are identical between two RetsXmlAttribute objects.
Reimplemented from RetsObject.
| std::string GetName | ( | ) | const |
Returns the name of the attribute.
| std::string GetValue | ( | ) | const |
Returns the value associated with the attribute.
| virtual std::ostream& Print | ( | std::ostream & | outputStream | ) | const [virtual] |
Prints the attribute and value in a standard form for debugging and error reporting.
Reimplemented from RetsObject.
| std::string ToString | ( | ) | const [inherited] |