|
||
class RStringDictionaryCollection;
The Xml::RStringDictionaryCollection
class holds a collection of Dictionaries requested by the user.
Defined in Xml::RStringDictionaryCollection
:
Close()
This method cleans up the object before destruction. It releases all resources i...CurrentDictionaryL()const
This method obtains the current string dictionary in use. Also, serves as a way ...OpenDictionaryL(const TDesC8 &)
This method loads the Dictionary.OpenL()
This method opens this resource incrementing the reference count. It must be the...RStringDictionaryCollection()
Default constructorStringPool()
This method obtains a handle to the RStringPool
IMPORT_C RStringDictionaryCollection();
Default constructor
This object is properly constructed.
IMPORT_C void OpenL();
This method opens this resource incrementing the reference count. It must be the first method called after construction.
The object is ready to be used.
IMPORT_C void Close();
This method cleans up the object before destruction. It releases all resources in accordance to the R Class pattern.
This object may be allowed to go out of scope.
IMPORT_C void OpenDictionaryL(const TDesC8 &aDictionaryDescription);
Connect has been called.
This method loads the Dictionary.
The Dictionary has been loaded.
|
IMPORT_C RStringPool& StringPool();
This method obtains a handle to the RStringPool
|
IMPORT_C MStringDictionary& CurrentDictionaryL() const;
This method obtains the current string dictionary in use. Also, serves as a way to test if any dictionaries have been loaded as none needs be.
|
|