Pyrogenesis
13997
|
#include <XMLWriter.h>
Public Member Functions | |
XMLWriter_Element (XMLWriter_File &file, const char *name) | |
~XMLWriter_Element () | |
template<typename constCharPtr > | |
void | Text (constCharPtr text, bool cdata) |
template<typename T > | |
void | Attribute (const char *name, T value) |
template<typename T > | |
void | Setting (const char *name, T value) |
void | Close (int type) |
template<> | |
void | Text (const char *text, bool cdata) |
template<> | |
void | Text (const wchar_t *text, bool cdata) |
Private Attributes | |
XMLWriter_File * | m_File |
CStr | m_Name |
int | m_Type |
Friends | |
class | XMLWriter_File |
Definition at line 147 of file XMLWriter.h.
XMLWriter_Element::XMLWriter_Element | ( | XMLWriter_File & | file, |
const char * | name | ||
) |
Definition at line 212 of file XMLWriter.cpp.
XMLWriter_Element::~XMLWriter_Element | ( | ) |
Definition at line 219 of file XMLWriter.cpp.
|
inline |
Definition at line 154 of file XMLWriter.h.
void XMLWriter_Element::Close | ( | int | type | ) |
Definition at line 225 of file XMLWriter.cpp.
|
inline |
Definition at line 155 of file XMLWriter.h.
void XMLWriter_Element::Text | ( | constCharPtr | text, |
bool | cdata | ||
) |
void XMLWriter_Element::Text | ( | const char * | text, |
bool | cdata | ||
) |
Definition at line 237 of file XMLWriter.cpp.
void XMLWriter_Element::Text | ( | const wchar_t * | text, |
bool | cdata | ||
) |
Definition at line 243 of file XMLWriter.cpp.
|
friend |
Definition at line 160 of file XMLWriter.h.
|
private |
Definition at line 162 of file XMLWriter.h.
|
private |
Definition at line 163 of file XMLWriter.h.
|
private |
Definition at line 164 of file XMLWriter.h.