: A wrapper for internal encoding detector implementations. This is the ONLY header file that will be included by plaintext plugin implementations. More...
#include <nsUniversalDetectorImpl.h>
Public Member Functions | |
nsUniversalDetectorImpl () | |
~nsUniversalDetectorImpl () | |
const std::string & | get_enc () const |
Protected Member Functions | |
virtual void | Report (const char *aCharset) |
: A wrapper for internal encoding detector implementations. This is the ONLY header file that will be included by plaintext plugin implementations.
: nsUniversalDetectorImpl.h : Jinlei Li : 2008-06-03
Copyright (C) 2008, iRex Technologies B.V. All rights reserved.
Definition at line 17 of file nsUniversalDetectorImpl.h.
nsUniversalDetectorImpl::nsUniversalDetectorImpl | ( | ) | [inline] |
Definition at line 18 of file nsUniversalDetectorImpl.h.
nsUniversalDetectorImpl::~nsUniversalDetectorImpl | ( | ) | [inline] |
Definition at line 19 of file nsUniversalDetectorImpl.h.
00020 : nsUniversalDetectorImpl() {}
const std::string& nsUniversalDetectorImpl::get_enc | ( | ) | const [inline] |
Definition at line 22 of file nsUniversalDetectorImpl.h.
00024 : 00025 const std::string& get_enc() const {
virtual void nsUniversalDetectorImpl::Report | ( | const char * | aCharset | ) | [inline, protected, virtual] |
Implements nsUniversalDetector.
Definition at line 28 of file nsUniversalDetectorImpl.h.
00030 : 00031 virtual void Report(const char* aCharset) {