#include <sbCharsetDetector.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_SBICHARSETDETECTOR | sbCharsetDetector () |
| virtual | ~sbCharsetDetector () |
| NS_IMETHOD | Notify (const char *aCharset, nsDetectionConfident aConf) |
Public Member Functions inherited from sbICharsetDetector | |
| void | detect (in ACString aStringToDetect) |
| start to detect the charset. More... | |
| ACString | finish () |
| finish the charset detection. More... | |
Additional Inherited Members | |
Public Attributes inherited from sbICharsetDetector | |
| readonly attribute boolean | isCharsetFound |
| whether the charset has already been found. More... | |
Definition at line 91 of file sbCharsetDetector.h.
| sbCharsetDetector::sbCharsetDetector | ( | ) |
Construct a Songbird charset detect utilities object.
Definition at line 202 of file sbCharsetDetector.cpp.
|
virtual |
Destroy a Songbird charset detect utilities object.
Definition at line 214 of file sbCharsetDetector.cpp.
| NS_IMETHODIMP sbCharsetDetector::Notify | ( | const char * | aCharset, |
| nsDetectionConfident | aConf | ||
| ) |
Definition at line 185 of file sbCharsetDetector.cpp.