|
Public Member Functions |
virtual IMPORT_C | ~CSenNamespace () |
| Destructor.
|
IMPORT_C const TDesC8 & | URI () const |
| Getter for the URI of the namespace object.
|
IMPORT_C const TDesC8 & | Prefix () const |
| Getter for the prefix of the namespace object.
|
IMPORT_C void | SetUriL (const TDesC8 &aUri) |
| Setter for the URI of the namespace object.
|
IMPORT_C void | SetPrefixL (const TDesC8 &aPrefix) |
| Setter for the prefix of the namespace object.
|
IMPORT_C TBool | Compare (const TDesC8 &aOtherPrefix, const TDesC8 &aOtherUri) const |
| Method for comparing the namespace object to other prefix and URI.
|
IMPORT_C TBool | Compare (const CSenNamespace &aOtherNamespace) const |
| Method for comparing the namespace object to other namespace object.
|
IMPORT_C TBool | MatchesL (const CSenNamespace &aOtherNamespace) const |
| Method for comparing the namespace object to other namespace object.
|
IMPORT_C void | InsertL (RBufWriteStream &aWs) |
| Method to ask this namespace object to write itself into a writestream.
|
Static Public Member Functions |
static IMPORT_C CSenNamespace * | NewL (const TDesC8 &aPrefix, const TDesC8 &aUri) |
| Basic constructor.
|
static IMPORT_C CSenNamespace * | NewLC (const TDesC8 &aPrefix, const TDesC8 &aUri) |
| Basic constructor.
|
static IMPORT_C CSenNamespace * | NewL (const TDesC8 &aUri) |
| Basic constructor.
|
static IMPORT_C CSenNamespace * | NewLC (const TDesC8 &aUri) |
| Basic constructor.
|