CSenParser Class Reference
#include
<mw/SenParser.h>
Link against: SenFragment.lib
class CSenParser : public CBase |
Constructor & Destructor Documentation
Member Function Documentation
AddPreloadedDictionaryL ( const TDesC8 & )
void | AddPreloadedDictionaryL | ( | const TDesC8 & | aPublicId | ) | [pure virtual] |
DisableFeature ( TInt )
TInt
| DisableFeature | ( | TInt | aParserFeature | ) | [pure virtual] |
Disables the Parsing Feature
EnableFeature ( TInt )
TInt
| EnableFeature | ( | TInt | aParserFeature | ) | [pure virtual] |
Enables the Parsing Feature
IsFeatureEnabled ( TInt )
TBool
| IsFeatureEnabled | ( | TInt | aParserFeature | ) | const [pure virtual] |
Returns: True if parser feature is enabled False if parser feature is disabled
NewL ( )
Standard 2 phase constructor.
- Since
- Series60 4.0
NewL ( CParser * )
Standard 2 phase constructor.
- Since
- Series60 4.0
Parameter | Description | aParser | : where construction data will be copied from. |
NewL ( const TDesC8 & )
Standard 2 phase constructor.
- Since
- Series60 4.0
Parameter | Description | aParserMimeType | : where construction data will be copied from. |
NewLC ( )
Standard 2 phase constructor.
- Since
- Series60 4.0
NewLC ( CParser * )
Standard 2 phase constructor.
- Since
- Series60 4.0
Parameter | Description | aParser | : where construction data will be copied from. |
NewLC ( const TDesC8 & )
Standard 2 phase constructor.
- Since
- Series60 4.0
Parameter | Description | aParserMimeType | : where construction data will be copied from. |
ParseBeginL ( )
void | ParseBeginL | ( | ) | [pure virtual] |
ParseBeginL ( const TDesC8 & )
void | ParseBeginL | ( | const TDesC8 & | aDocumentMimeType | ) | [pure virtual] |
Parameter | Description | aDocumentMimeType | This contains the Mime Type |
ParseEndL ( )
void | ParseEndL | ( | ) | [pure virtual] |
ParseL ( const TDesC8 &, CSenFragmentBase & )
ParseL ( RFs &, const TDesC &, CSenFragmentBase & )
ParseL ( RFile &, CSenFragmentBase & )
SetContentHandler ( CSenFragmentBase & )
SetProcessorChainL ( const RContentProcessorUids & )
StringDictionaryCollection ( )
RStringDictionaryCollection & | StringDictionaryCollection | ( | ) | [pure virtual] |