Base Framework
|
XML attribute. More...
#include <base/xml/Attributes.h>
Inherits Object.
Public Member Functions | |
Attribute () noexcept | |
Attribute (const String &_name, const String &_value) noexcept | |
Attribute (const Attribute ©) noexcept | |
Attribute & | operator= (const Attribute &assign) noexcept |
const String & | getName () const noexcept |
const String & | getValue () const noexcept |
|
inlinenoexcept |
Initializes attribute.
Initializes attribute.
|
inlinenoexcept |
Initializes attribute from attribute.
|
inlinenoexcept |
Returns the name of the attribute.
|
inlinenoexcept |
Returns the value of the attribute.