#include <app/vcard.h>
| class CParserVCard3 : public CParserVCard |
| Public Member Functions | |
|---|---|
| ~CParserVCard3() | |
| virtual IMPORT_C void | InternalizeL(RReadStream &) |
| IMPORT_C CParserVCard3 * | NewL() |
| Inherited Enumerations | |
|---|---|
| CVersitParser:TCharCodes | |
| CVersitParser:TVersitParserFlags | |
A vCard 3.0 parser.
Overrides CParserVCard::InternalizeL(). Internalizing of vCard 3.0 objects is not supported
| ~CParserVCard3 | ( | ) |
Frees all resources owned by the vCard parser, prior to its destruction.
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
Reimplemented from CParserVCard::InternalizeL(RReadStream &)
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
| Parameter | Description |
|---|---|
| aStream | Stream from which the vCard entity should be internalised. |
| IMPORT_C CParserVCard3 * | NewL | ( | ) | [static] |
Reimplemented from CParserVCard::NewL()
Allocates and constructs a vCard 3.0 parser.
Returns: A pointer to the newly constructed vCard parser.