CSenNamespace Class Reference
class CSenNamespace : public CBase |
Implementation of XML namespace functionality All data is in UTF-8 form. SenXML.dll
- Since
- Series60 3.0
Constructor & Destructor Documentation
~CSenNamespace()
IMPORT_C | ~CSenNamespace | ( | ) | [virtual] |
Member Functions Documentation
Compare(const TDesC8 &, const TDesC8 &)
Method for comparing the namespace object to other prefix and URI.
Parameters
const TDesC8 & aOtherPrefix | The prefix to be compared to |
const TDesC8 & aOtherUri | The URI to be compared to. |
Compare(const CSenNamespace &)
Method for comparing the namespace object to other namespace object.
Parameters
const CSenNamespace & aOtherNamespace | The namespace to be compared to. |
ConstructL(const TDesC8 &, const TDesC8 &)
void | ConstructL | ( | const TDesC8 & | aPrefix, |
| const TDesC8 & | aUri |
| ) | [private] |
By default Symbian 2nd phase constructor is private.
InsertL(RBufWriteStream &)
Method to ask this namespace object to write itself into a writestream. Doesn't write anything if no URI has been set.
MatchesL(const CSenNamespace &)
Method for comparing the namespace object to other namespace object. Differs from Compare(...) methods so that this one compares only URIs.
NewL(const TDesC8 &, const TDesC8 &)
Parameters
const TDesC8 & aPrefix | The prefix for the namespace. |
const TDesC8 & aUri | The namespace uri for the namespace. |
NewL(const TDesC8 &)
Parameters
const TDesC8 & aUri | The namespace uri for the namespace. |
NewLC(const TDesC8 &, const TDesC8 &)
Parameters
const TDesC8 & aPrefix | The prefix for the namespace. |
const TDesC8 & aUri | The namespace uri for the namespace. |
NewLC(const TDesC8 &)
Parameters
const TDesC8 & 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.
Parameters
const TDesC8 & aPrefix | The prefix. |
SetUriL(const TDesC8 &)
IMPORT_C void | SetUriL | ( | const TDesC8 & | aUri | ) | |
Setter for the URI of the namespace object.
URI()
IMPORT_C const TDesC8 & | URI | ( | ) | const |
Getter for the URI of the namespace object.
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.