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