Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cXmlEntity2 Class Reference

#include <cXml.h>

Public Member Functions

 cXmlEntity2 (cXmlString sName="")
 
bool operator== (const cXmlEntity2 &e) const
 

Public Attributes

cXmlString m_sName
 
cXmlString m_sValue
 

Detailed Description

A dynamically created custom (in some context) special character represented by a name string. New entity defined via "<!ENTITY ndash "&#8211;">"

Constructor & Destructor Documentation

◆ cXmlEntity2()

GrayLib::cXmlEntity2::cXmlEntity2 ( cXmlString  sName = "")
inline

Member Function Documentation

◆ operator==()

bool GrayLib::cXmlEntity2::operator== ( const cXmlEntity2 e) const
inline

Member Data Documentation

◆ m_sName

cXmlString GrayLib::cXmlEntity2::m_sName

◆ m_sValue

cXmlString GrayLib::cXmlEntity2::m_sValue

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