sbICharsetDetector Interface Reference

A helper class to detect the string charset. More...

import"sbICharsetDetector.idl";

Inheritance diagram for sbICharsetDetector:
[legend]
Collaboration diagram for sbICharsetDetector:
[legend]

Public Member Functions

void detect (in ACString aStringToDetect)
 start to detect the charset. More...
 
ACString finish ()
 finish the charset detection. More...
 

Public Attributes

readonly attribute boolean isCharsetFound
 whether the charset has already been found. More...
 

Detailed Description

A helper class to detect the string charset.

Definition at line 38 of file sbICharsetDetector.idl.

Member Function Documentation

void sbICharsetDetector::detect ( in ACString  aStringToDetect)

start to detect the charset.

Parameters
thestring to be detected for charset.
ACString sbICharsetDetector::finish ( )

finish the charset detection.

Returns
the charset that is detected.

Member Data Documentation

readonly attribute boolean sbICharsetDetector::isCharsetFound

whether the charset has already been found.

Definition at line 43 of file sbICharsetDetector.idl.


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