|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CEncodingMap: public CInterface { public: CEncodingMap(); ~CEncodingMap(); public: void Add(CEncoding *pEncoding); CEncoding *Find(const WCHAR *pszName); }; typedef XInterface<CEncodingMap> XEncodingMap;
The collection of text encoding objects.
CEncoding
Constructor/Destructor Summary | |
CEncodingMap
();
����������Constructs the encoding map. |
|
~CEncodingMap
();
����������Destroys the encoding map. |
Function Summary | |
void
|
Add
(CEncoding *pEncoding);
����������Adds the specified encoding to the list of encodings supported by this encoding map. |
CEncoding�*
|
Find
(const WCHAR *pszName);
����������Looks up the encoding with the specified name in this encoding map. |
Constructor/Destructor Detail |
CEncodingMap();
Constructs the encoding map.
~CEncodingMap();
Destroys the encoding map.
Function Detail |
void Add(CEncoding *pEncoding);
Adds the specified encoding to the list of encodings supported by this encoding map.
pEncoding
- the encoding to addCEncoding *Find(const WCHAR *pszName);
Looks up the encoding with the specified name in this encoding map.
pszName
- the name of encoding to look upNULL
if this encoding map does not support
the specified encoding
|
Unicorn XML Toolkit Version 1.50.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |