MSimpleNamespace Class Reference

class MSimpleNamespace

MSimpleNamespace

SIMPLE data namespace

simplexmlutils
Since
S60 3.2
Public Member Functions
void Close ()
TPtrC8 Prefix ()
void SetPrefixL (const TDesC8 &)
void SetUriL (const TDesC8 &)
TPtrC8 URI ()

Member Functions Documentation

Close()

void Close ( ) [pure virtual]

Destroy this element entity

Since
S60 3.2

Prefix()

TPtrC8 Prefix ( ) [pure virtual]
Getter for the prefix of the namespace object.
Since
S60 3.2

SetPrefixL(const TDesC8 &)

void SetPrefixL ( const TDesC8 & aPrefix ) [pure virtual]
Setter for the prefix of the namespace object.
Since
S60 3.2

Parameters

const TDesC8 & aPrefix The prefix.

SetUriL(const TDesC8 &)

void SetUriL ( const TDesC8 & aUri ) [pure virtual]
Setter for the URI of the namespace object.
Since
S60 3.2

Parameters

const TDesC8 & aUri The URI.

URI()

TPtrC8 URI ( ) [pure virtual]
Getter for the URI of the namespace object.
Since
S60 3.2