|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CBasicEncodingHandler: public CEncodingHandler { public: CBasicEncodingHandler(); ~CBasicEncodingHandler(); public: XEncoding Find(const CString &strName); public: void Add(const XEncoding &pEncoding); };
The default implementation of the encoding handler.
See
CEncodingHandler
for general discussion
of encoding handlers.
Unicode::CEncoding
Constructor/Destructor Summary | |
CBasicEncodingHandler
();
����������Constructs the basic encoding handler. |
|
~CBasicEncodingHandler
();
����������Destroys the basic encoding handler. |
Function Summary | |
XEncoding
|
Find
(const CString &strName);
����������Looks up a character encoding with the given name. |
void
|
Add
(const XEncoding &pEncoding);
����������Adds the encoding object to the list of encodings supported by this encoding handler. |
Constructor/Destructor Detail |
CBasicEncodingHandler();
Constructs the basic encoding handler.
~CBasicEncodingHandler();
Destroys the basic encoding handler.
Function Detail |
XEncoding Find(const CString &strName);
Looks up a character encoding with the given name.
strName
- the name of the character encoding to look upNULL
if the encoding
is not supportedvoid Add(const XEncoding &pEncoding);
Adds the encoding object to the list of encodings supported by this encoding handler.
pEncoding
- the encoding object to add
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |