class CParserVCard3 : public CParserVCard |
A vCard 3.0 parser.
Overrides CParserVCard::InternalizeL(). Internalizing of vCard 3.0 objects is not supported
Public Member Functions | |
---|---|
~CParserVCard3() | |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C CParserVCard3 * | NewL() |
Private Member Functions | |
---|---|
CParserVCard3() | |
void | ConstructL() |
void | CreateParserPlugInL() |
Inherited Enumerations | |
---|---|
CVersitParser:TCharCodes | |
CVersitParser:TVersitParserFlags |
Private Attributes | |
---|---|
CVCard3ParserPlugIn * | iPlugInImpl |
~CParserVCard3 | ( | ) |
Frees all resources owned by the vCard parser, prior to its destruction.
void | CreateParserPlugInL | ( | ) | [private] |
Create Versit plugin to enable vCard 3.0 format export as defined by RFC2425 and RFC2426
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
Internalises a vCard 3.0 entity from a read stream. Always leaves with KErrNotSupported because this class should only be used for vCard 3.0 export
RReadStream & aStream | Stream from which the vCard entity should be internalised. |
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.