A class for converting a Xerces string (XMLCh) to a standard string. More...
#include <XMLChToStr.h>
Public Member Functions | |
| const std::string & | getStr () const |
| It return the standard string representation. More... | |
| XMLChToStr (const XMLCh *const xstr) | |
| It converts the XML string to an internal standard string. More... | |
| ~XMLChToStr () | |
| Destructor. More... | |
Private Attributes | |
| std::string | m_stdstr |
| The internal standard string. More... | |
A class for converting a Xerces string (XMLCh) to a standard string.
Definition at line 50 of file XMLChToStr.h.
|
inline |
It converts the XML string to an internal standard string.
| xstr | A XML string. |
Definition at line 76 of file XMLChToStr.h.
References m_stdstr.
|
inline |
Destructor.
Definition at line 84 of file XMLChToStr.h.
|
inline |
It return the standard string representation.
Definition at line 88 of file XMLChToStr.h.
References m_stdstr.
|
private |
The internal standard string.
Definition at line 73 of file XMLChToStr.h.
Referenced by getStr(), and XMLChToStr().