ps.XML
Class XMLWriter_Element
in XMLWriter.h
in XMLWriter.cpp
- class XMLWriter_Element
Method Summary |
void |
Attribute( const char* name, T value )
|
void |
Close( int type )
|
void |
Setting( const char* name, T value )
|
void |
Text( T text )
|
void |
Text< const wchar_t* >( const wchar_t* text )
|
void |
Text< const char* >( const char* text )
|
m_File
private XMLWriter_File* m_File;
m_Name
private CStr m_Name;
m_Type
private int m_Type;
XMLWriter_Element
public XMLWriter_Element( XMLWriter_File& file, const char* name );
~XMLWriter_Element
public ~XMLWriter_Element();
Attribute
public void Attribute( const char* name, T value );
Close
public void Close( int type );
Setting
public void Setting( const char* name, T value );
Text
public void Text( T text );
Text
void Text< const wchar_t* >( const wchar_t* text );
Text
void Text< const char* >( const char* text );