te::xerces::XMLChToStr Class Reference

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...
 

Detailed Description

A class for converting a Xerces string (XMLCh) to a standard string.

See also
StrToXMLCh

Definition at line 50 of file XMLChToStr.h.

Constructor & Destructor Documentation

te::xerces::XMLChToStr::XMLChToStr ( const XMLCh *const  xstr)
inline

It converts the XML string to an internal standard string.

Parameters
xstrA XML string.

Definition at line 76 of file XMLChToStr.h.

References m_stdstr.

te::xerces::XMLChToStr::~XMLChToStr ( )
inline

Destructor.

Definition at line 84 of file XMLChToStr.h.

Member Function Documentation

const std::string & te::xerces::XMLChToStr::getStr ( ) const
inline

It return the standard string representation.

Returns
The standard string representation.

Definition at line 88 of file XMLChToStr.h.

References m_stdstr.

Member Data Documentation

std::string te::xerces::XMLChToStr::m_stdstr
private

The internal standard string.

Definition at line 73 of file XMLChToStr.h.

Referenced by getStr(), and XMLChToStr().


The documentation for this class was generated from the following file: