CSenNamespace Class Reference
#include
<mw/SenNameSpace.h>
class CSenNamespace : public CBase |
Detailed Description
Implementation of XML namespace functionality All data is in UTF-8 form.
- Since
- Series60 3.0
Constructor & Destructor Documentation
~CSenNamespace ( )
IMPORT_C | ~CSenNamespace | ( | ) | [virtual] |
Member Function Documentation
Compare ( const TDesC8 &, const TDesC8 & )
Method for comparing the namespace object to other prefix and URI.
Parameter | Description | aOtherPrefix | The prefix to be compared to |
aOtherUri | The URI to be compared to. |
Returns: ETrue if both of the parameters were matching to the object's corresponding ones. EFalse otherwise
Compare ( const CSenNamespace & )
Method for comparing the namespace object to other namespace object.
Parameter | Description | aOtherNamespace | The namespace to be compared to. |
Returns: ETrue if the given namespace has same URI and prefix as the current one. EFalse otherwise.
InsertL ( RBufWriteStream & )
Method to ask this namespace object to write itself into a writestream. Doesn't write anything if no URI has been set.
Parameter | Description | aWs | The writestream where object should be written. |
MatchesL ( const CSenNamespace & )
Method for comparing the namespace object to other namespace object. Differs from Compare(...) methods so that this one compares only URIs.
Returns: ETrue if the given namespace has the same URI as the current one. EFalse otherwise.
NewL ( const TDesC8 &, const TDesC8 & )
Parameter | Description | aPrefix | The prefix for the namespace. |
aUri | The namespace uri for the namespace. |
NewL ( const TDesC8 & )
Parameter | Description | aUri | The namespace uri for the namespace. |
NewLC ( const TDesC8 &, const TDesC8 & )
Parameter | Description | aPrefix | The prefix for the namespace. |
aUri | The namespace uri for the namespace. |
NewLC ( const TDesC8 & )
Parameter | Description | aUri | The namespace uri for the namespace. |
Prefix ( )
IMPORT_C const TDesC8 & | Prefix | ( | ) | const |
Getter for the prefix of the namespace object.
SetPrefixL ( const TDesC8 & )
IMPORT_C void | SetPrefixL | ( | const TDesC8 & | aPrefix | ) | |
Setter for the prefix of the namespace object.
Parameter | Description | aPrefix | The prefix. |
SetUriL ( const TDesC8 & )
IMPORT_C void | SetUriL | ( | const TDesC8 & | aUri | ) | |
Setter for the URI of the namespace object.
Parameter | Description | aUri | The URI. |
URI ( )
IMPORT_C const TDesC8 & | URI | ( | ) | const |
Getter for the URI of the namespace object.