#include <OW_XMLAttribute.hpp>
Collaboration diagram for OW_NAMESPACE::XMLAttribute:

Public Member Functions | |
| XMLAttribute () | |
| XMLAttribute (const String &name, const String &value) | |
| String | getName () const |
| String | getValue () const |
| bool | equals (const XMLAttribute &attr) const |
Private Attributes | |
| String | m_name |
| String | m_value |
Definition at line 47 of file OW_XMLAttribute.hpp.
|
|
Definition at line 51 of file OW_XMLAttribute.hpp. |
|
||||||||||||
|
Definition at line 55 of file OW_XMLAttribute.hpp. |
|
|
Definition at line 69 of file OW_XMLAttribute.hpp. |
|
|
Definition at line 61 of file OW_XMLAttribute.hpp. |
|
|
Definition at line 65 of file OW_XMLAttribute.hpp. |
|
|
Definition at line 75 of file OW_XMLAttribute.hpp. Referenced by equals(). |
|
|
Definition at line 76 of file OW_XMLAttribute.hpp. Referenced by equals(). |
1.4.6