te::xerces::StrToXMLCh Class Reference

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. More...
 
 StrToXMLCh (const std::string &str)
 It converts the standard string to an internal XML string. More...
 
 ~StrToXMLCh ()
 Destructor. More...
 

Private Attributes

XMLCh * m_xmlch
 The internal XML string. More...
 

Detailed Description

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

See also
XMLChToStr

Definition at line 47 of file StrToXMLCh.h.

Constructor & Destructor Documentation

te::xerces::StrToXMLCh::StrToXMLCh ( const std::string &  str)
inline

It converts the standard string to an internal XML string.

Parameters
strA standard string.

Definition at line 73 of file StrToXMLCh.h.

References m_xmlch.

te::xerces::StrToXMLCh::~StrToXMLCh ( )
inline

Destructor.

Definition at line 79 of file StrToXMLCh.h.

References m_xmlch.

Member Function Documentation

const XMLCh * te::xerces::StrToXMLCh::getXMLCh ( ) const
inline

It return the standard string representation.

Returns
The standard string representation.

Definition at line 84 of file StrToXMLCh.h.

References m_xmlch.

Member Data Documentation

XMLCh* te::xerces::StrToXMLCh::m_xmlch
private

The internal XML string.

Definition at line 70 of file StrToXMLCh.h.

Referenced by getXMLCh(), StrToXMLCh(), and ~StrToXMLCh().


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