Main Page | Modules | Namespace List | Compound List | File List | Compound Members | File Members | Related Pages

XMLTag Class Reference
[LeJa]

class for storing information around an XML-tag More...

#include <XMLReader.h>

List of all members.

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

UMStringgetTagInhaltUM ()
 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


Detailed Description

class for storing information around an XML-tag

See also:
UMLReader.cpp


Constructor & Destructor Documentation

XMLTag::XMLTag  ) 
 

default constructor

XMLTag::~XMLTag  ) 
 

default destructor


Member Function Documentation

wchar_t* XMLTag::getTag  )  [inline]
 

provides access to the name of the tag m_tag

Returns:
name of tag in UNICODE format

string XMLTag::getTagInhalt  )  [inline]
 

provides access to the content of the tag m_tag

Returns:
content of tag in stringformat

void XMLTag::getTagInhalt string &  inhalt  )  [inline]
 

provides access to the content of the tag m_tag

Parameters:
inhalt string storage for content of tag

void XMLTag::getTagInhalt UMString inhalt  )  [inline]
 

provides access to the content of the tag m_tag

Parameters:
inhalt UMString& storage for content of tag

char* XMLTag::getTagInhaltMB  )  [inline]
 

provides access to the content of the tag m_tag

Returns:
content of tag in Multibyte format

wchar_t* XMLTag::getTagInhaltUC  )  [inline]
 

provides access to the content of the tag m_tag

Returns:
content of tag in UNICODE format

UMString* XMLTag::getTagInhaltUM  )  [inline]
 

provides access to the content of the tag m_tag

Returns:
content of tag in UMString& format

bool XMLTag::setTag UMString tagstr  )  [inline]
 

provides access to the set value of tag name

Parameters:
tagstr name of tag in UMString format

bool XMLTag::setTagInhalt UMString str  )  [inline]
 

provides access to the set value of tag content

Parameters:
str content of tag in UMString format


Member Data Documentation

UMString XMLTag::m_inhalt [protected]
 

the content of the tag

UMString XMLTag::m_tag [protected]
 

the name of the tag

UMString XMLTag::m_umstring [protected]
 

the complete UMString to parse


The documentation for this class was generated from the following files:
Generated on Mon Aug 18 19:27:11 2003 for LeJa by doxygen 1.3.3