#include <XMLReader.h>
Public Member Functions | |
XMLTag () | |
default constructor | |
~XMLTag () | |
default destructor | |
wchar_t * | getTag () |
provides access to the name of the tag m_tag | |
wchar_t * | getTagInhaltUC () |
provides access to the content of the tag m_tag | |
char * | getTagInhaltMB () |
provides access to the content of the tag m_tag | |
UMString * | getTagInhaltUM () |
provides access to the content of the tag m_tag | |
void | getTagInhalt (UMString &inhalt) |
provides access to the content of the tag m_tag | |
void | getTagInhalt (string &inhalt) |
provides access to the content of the tag m_tag | |
string | getTagInhalt () |
provides access to the content of the tag m_tag | |
bool | setTag (UMString &tagstr) |
provides access to the set value of tag name | |
bool | setTagInhalt (UMString &str) |
provides access to the set value of tag content | |
Protected Attributes | |
UMString | m_tag |
UMString | m_inhalt |
UMString | m_umstring |
|
default constructor
|
|
default destructor
|
|
provides access to the name of the tag m_tag
|
|
provides access to the content of the tag m_tag
|
|
provides access to the content of the tag m_tag
|
|
provides access to the content of the tag m_tag
|
|
provides access to the content of the tag m_tag
|
|
provides access to the content of the tag m_tag
|
|
provides access to the content of the tag m_tag
|
|
provides access to the set value of tag name
|
|
provides access to the set value of tag content
|
|
the content of the tag |
|
the name of the tag |
|
the complete UMString to parse |