#include <MyGUI_XmlDocument.h>
Definition at line 158 of file MyGUI_XmlDocument.h.
◆ ~Element()
MyGUI::xml::Element::~Element |
( |
| ) |
|
◆ addAttribute() [1/2]
void MyGUI::xml::Element::addAttribute |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
◆ addAttribute() [2/2]
template<typename T >
void MyGUI::xml::Element::addAttribute |
( |
const std::string & |
_key, |
|
|
const T & |
_value |
|
) |
| |
|
inline |
◆ addAttributes() [1/2]
void MyGUI::xml::Element::addAttributes |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
|
inline |
◆ addAttributes() [2/2]
template<typename T >
void MyGUI::xml::Element::addAttributes |
( |
const std::string & |
_key, |
|
|
const T & |
_value |
|
) |
| |
|
inline |
◆ addBody() [1/2]
void MyGUI::xml::Element::addBody |
( |
const std::string & |
_content | ) |
|
|
inline |
◆ addBody() [2/2]
template<typename T >
void MyGUI::xml::Element::addBody |
( |
const T & |
_content | ) |
|
|
inline |
◆ addContent() [1/2]
void MyGUI::xml::Element::addContent |
( |
const std::string & |
_content | ) |
|
◆ addContent() [2/2]
template<typename T >
void MyGUI::xml::Element::addContent |
( |
const T & |
_content | ) |
|
|
inline |
◆ clear()
void MyGUI::xml::Element::clear |
( |
| ) |
|
◆ createChild()
◆ createCopy()
◆ findAttribute() [1/2]
std::string MyGUI::xml::Element::findAttribute |
( |
const std::string & |
_name | ) |
|
◆ findAttribute() [2/2]
bool MyGUI::xml::Element::findAttribute |
( |
const std::string & |
_name, |
|
|
std::string & |
_value |
|
) |
| |
◆ getAttributes()
◆ getBody()
const std::string & MyGUI::xml::Element::getBody |
( |
| ) |
const |
|
inline |
◆ getContent()
const std::string & MyGUI::xml::Element::getContent |
( |
| ) |
const |
◆ getElementEnumerator()
◆ getName()
const std::string & MyGUI::xml::Element::getName |
( |
void |
| ) |
const |
◆ getNodeIterator()
◆ getParent()
ElementPtr MyGUI::xml::Element::getParent |
( |
| ) |
const |
◆ getType()
◆ removeAttribute()
void MyGUI::xml::Element::removeAttribute |
( |
const std::string & |
_key | ) |
|
◆ removeChild()
void MyGUI::xml::Element::removeChild |
( |
ElementPtr |
_child | ) |
|
◆ setAttribute()
void MyGUI::xml::Element::setAttribute |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
◆ setBody() [1/2]
void MyGUI::xml::Element::setBody |
( |
const std::string & |
_content | ) |
|
|
inline |
◆ setBody() [2/2]
template<typename T >
void MyGUI::xml::Element::setBody |
( |
const T & |
_content | ) |
|
|
inline |
◆ setContent() [1/2]
void MyGUI::xml::Element::setContent |
( |
const std::string & |
_content | ) |
|
◆ setContent() [2/2]
template<typename T >
void MyGUI::xml::Element::setContent |
( |
const T & |
_content | ) |
|
|
inline |
◆ Document
The documentation for this class was generated from the following files: