XML Element.
More...
#include <XmlTypes.h>
◆ AttrType
◆ Ptr
◆ SubType
◆ Element()
sese::xml::Element::Element |
( |
const std::string & | name | ) |
|
|
explicit |
◆ addElement()
void sese::xml::Element::addElement |
( |
const Element::Ptr & | element | ) |
|
◆ getAttribute()
const std::string & sese::xml::Element::getAttribute |
( |
const std::string & | name, |
|
|
const std::string & | default_value ) const |
|
nodiscard |
◆ getAttributes()
◆ getElements()
◆ getName()
const std::string & sese::xml::Element::getName |
( |
| ) |
const |
|
nodiscard |
◆ getValue()
const std::string & sese::xml::Element::getValue |
( |
| ) |
const |
|
nodiscard |
◆ removeAttribute()
void sese::xml::Element::removeAttribute |
( |
const std::string & | name | ) |
|
◆ setAttribute()
void sese::xml::Element::setAttribute |
( |
const std::string & | name, |
|
|
const std::string & | value ) |
◆ setValue()
void sese::xml::Element::setValue |
( |
std::string | var | ) |
|
◆ attributes
◆ elements
SubType sese::xml::Element::elements |
◆ name
std::string sese::xml::Element::name |
|
private |
◆ value
std::string sese::xml::Element::value |
|
private |
The documentation for this class was generated from the following files: