#include <MyGUI_XmlDocument.h>
Detailed Description
Definition at line 151 of file MyGUI_XmlDocument.h.
Constructor & Destructor Documentation
| MyGUI::xml::Element::~Element |
( |
| ) |
|
Member Function Documentation
template<typename T >
| void MyGUI::xml::Element::addAttribute |
( |
const std::string & |
_key, |
|
|
const T & |
_value |
|
) |
| |
|
inline |
| void MyGUI::xml::Element::addAttribute |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
template<typename T >
| void MyGUI::xml::Element::addAttributes |
( |
const std::string & |
_key, |
|
|
const T & |
_value |
|
) |
| |
|
inline |
| void MyGUI::xml::Element::addAttributes |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
|
inline |
template<typename T >
| void MyGUI::xml::Element::addBody |
( |
const T & |
_content | ) |
|
|
inline |
| void MyGUI::xml::Element::addBody |
( |
const std::string & |
_content | ) |
|
|
inline |
template<typename T >
| void MyGUI::xml::Element::addContent |
( |
const T & |
_content | ) |
|
|
inline |
| void MyGUI::xml::Element::addContent |
( |
const std::string & |
_content | ) |
|
| void MyGUI::xml::Element::clear |
( |
| ) |
|
| ElementPtr MyGUI::xml::Element::createChild |
( |
const std::string & |
_name, |
|
|
const std::string & |
_content = "" |
|
) |
| |
| bool MyGUI::xml::Element::findAttribute |
( |
const std::string & |
_name, |
|
|
std::string & |
_value |
|
) |
| |
| std::string MyGUI::xml::Element::findAttribute |
( |
const std::string & |
_name | ) |
|
| const std::string& MyGUI::xml::Element::getBody |
( |
| ) |
|
|
inline |
| const std::string& MyGUI::xml::Element::getContent |
( |
| ) |
const |
|
inline |
| const std::string& MyGUI::xml::Element::getName |
( |
void |
| ) |
const |
|
inline |
| ElementPtr MyGUI::xml::Element::getParent |
( |
| ) |
const |
|
inline |
| void MyGUI::xml::Element::removeAttribute |
( |
const std::string & |
_key | ) |
|
| void MyGUI::xml::Element::setAttribute |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
template<typename T >
| void MyGUI::xml::Element::setBody |
( |
const T & |
_content | ) |
|
|
inline |
| void MyGUI::xml::Element::setBody |
( |
const std::string & |
_content | ) |
|
|
inline |
template<typename T >
| void MyGUI::xml::Element::setContent |
( |
const T & |
_content | ) |
|
|
inline |
| void MyGUI::xml::Element::setContent |
( |
const std::string & |
_content | ) |
|
|
inline |
Friends And Related Function Documentation
The documentation for this class was generated from the following files: