MSimpleNamespace Class Reference

class MSimpleNamespace

MSimpleNamespace

SIMPLE data namespace

simplexmlutils
Since
S60 3.2
Public Member Functions
voidClose()
TPtrC8 Prefix()
voidSetPrefixL(const TDesC8 &)
voidSetUriL(const TDesC8 &)
TPtrC8 URI()

Member Functions Documentation

Close()

voidClose()[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 &)

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

Parameters

const TDesC8 & aPrefixThe prefix.

SetUriL(const TDesC8 &)

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

Parameters

const TDesC8 & aUriThe URI.

URI()

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