API published in: S60 3rd Ed
Link against: senxml.lib
Required Capabilities
None
#include <sennamespace.h>
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. |
|
Destructor. |
|
Method for comparing the namespace object to other namespace object.
|
|
Method for comparing the namespace object to other prefix and URI.
|
|
Method to ask this namespace object to write itself into a writestream. Doesn't write anything if no URI has been set.
|
|
Method for comparing the namespace object to other namespace object. Differs from Compare(...) methods so that this one compares only URIs.
|
|
Basic constructor.
|
|
Basic constructor.
|
|
Basic constructor.
|
|
Basic constructor.
|
|
Getter for the prefix of the namespace object.
|
|
Setter for the prefix of the namespace object.
|
|
Setter for the URI of the namespace object.
|
|
Getter for the URI of the namespace object.
|