#include <Attribute.h>
◆ Attribute() [1/3]
rl::xml::Attribute::Attribute |
( |
::xmlAttrPtr |
attr | ) |
|
|
inlineexplicit |
◆ Attribute() [2/3]
rl::xml::Attribute::Attribute |
( |
::xmlNodePtr |
node, |
|
|
const ::std::string & |
name, |
|
|
const ::std::string & |
value |
|
) |
| |
|
inline |
◆ Attribute() [3/3]
rl::xml::Attribute::Attribute |
( |
::xmlNodePtr |
node, |
|
|
const Namespace & |
nameSpace, |
|
|
const ::std::string & |
name, |
|
|
const ::std::string & |
value |
|
) |
| |
|
inline |
◆ ~Attribute()
rl::xml::Attribute::~Attribute |
( |
| ) |
|
|
inline |
◆ get()
::xmlAttrPtr rl::xml::Attribute::get |
( |
| ) |
const |
|
inline |
◆ getName()
::std::string rl::xml::Attribute::getName |
( |
| ) |
const |
|
inline |
◆ getNext()
Attribute rl::xml::Attribute::getNext |
( |
| ) |
const |
|
inline |
◆ getPrevious()
Attribute rl::xml::Attribute::getPrevious |
( |
| ) |
const |
|
inline |
◆ getValue()
::std::string rl::xml::Attribute::getValue |
( |
| ) |
const |
|
inline |
◆ operator*()
::xmlAttr& rl::xml::Attribute::operator* |
( |
| ) |
const |
|
inline |
◆ remove()
void rl::xml::Attribute::remove |
( |
| ) |
|
|
inline |
◆ setValue()
void rl::xml::Attribute::setValue |
( |
const ::std::string & |
value | ) |
|
|
inline |
◆ attr
::xmlAttrPtr rl::xml::Attribute::attr |
|
private |
The documentation for this class was generated from the following file: