#include <MyGUI_XmlDocument.h>
Detailed Description
Definition at line 248 of file MyGUI_XmlDocument.h.
Constructor & Destructor Documentation
MyGUI::xml::Document::Document |
( |
| ) |
|
MyGUI::xml::Document::~Document |
( |
| ) |
|
Member Function Documentation
void MyGUI::xml::Document::clear |
( |
| ) |
|
void MyGUI::xml::Document::clearLastError |
( |
| ) |
|
|
inline |
ElementPtr MyGUI::xml::Document::createDeclaration |
( |
const std::string & |
_version = "1.0" , |
|
|
const std::string & |
_encoding = "UTF-8" |
|
) |
| |
ElementPtr MyGUI::xml::Document::createInfo |
( |
const std::string & |
_version = "1.0" , |
|
|
const std::string & |
_encoding = "UTF-8" |
|
) |
| |
|
inline |
- Deprecated:
- "use : ElementPtr Document::createDeclaration(const std::string& _version, const std::string& _encoding)"
Definition at line 292 of file MyGUI_XmlDocument.h.
ElementPtr MyGUI::xml::Document::createRoot |
( |
const std::string & |
_name | ) |
|
std::string MyGUI::xml::Document::getLastError |
( |
| ) |
|
ElementPtr MyGUI::xml::Document::getRoot |
( |
| ) |
const |
|
inline |
bool MyGUI::xml::Document::open |
( |
const std::string & |
_filename | ) |
|
bool MyGUI::xml::Document::open |
( |
const std::wstring & |
_filename | ) |
|
bool MyGUI::xml::Document::open |
( |
std::istream & |
_stream | ) |
|
bool MyGUI::xml::Document::open |
( |
const UString & |
_filename | ) |
|
|
inline |
bool MyGUI::xml::Document::save |
( |
const std::string & |
_filename | ) |
|
bool MyGUI::xml::Document::save |
( |
const std::wstring & |
_filename | ) |
|
bool MyGUI::xml::Document::save |
( |
std::ostream & |
_stream | ) |
|
bool MyGUI::xml::Document::save |
( |
const UString & |
_filename | ) |
|
|
inline |
The documentation for this class was generated from the following files: