Xml::RStringDictionaryCollection Class Reference
class Xml::RStringDictionaryCollection
|
Constructor & Destructor Documentation
RStringDictionaryCollection()
IMPORT_C
|
RStringDictionaryCollection
|
(
|
)
|
|
Default constructor
-
Post-condition
-
This object is properly constructed.
RStringDictionaryCollection(const RStringDictionaryCollection &)
Member Functions Documentation
Close()
This method cleans up the object before destruction. It releases all resources in accordance to the R Class pattern.
-
Post-condition
-
This object may be allowed to go out of scope.
CreateImplL()
void
|
CreateImplL
|
(
|
)
|
[private]
|
Create the implementation object.
-
Pre-condition
-
The object has just been constructed but not opened.
-
Post-condition
-
The object is fully constructed and ready to be used.
CurrentDictionaryL()
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.
-
leave
-
KErrXmlMissingStringDictionary if there is no dictionary
OpenDictionaryL(const TDesC8 &)
IMPORT_C void
|
OpenDictionaryL
|
(
|
const
TDesC8
&
|
aDictionaryDescription
|
)
|
|
This method loads the Dictionary.
-
Pre-condition
-
Connect has been called.
-
Post-condition
-
The Dictionary has been loaded.
Parameters
const
TDesC8
& aDictionaryDescription
|
The Namepspace MIME type.
|
OpenL()
This method opens this resource incrementing the reference count. It must be the first method called after construction.
-
Post-condition
-
The object is ready to be used.
operator=(const RStringDictionaryCollection &)
Member Data Documentation
RStringDictionaryCollectionImpl * iImpl
Hide the implementation details.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.