Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <XmlLib.h>
Link against: xmllib.lib
This item is not part of the S60 5th Edition SDK

Class CXmlLibrary

Interface status: deprecated

class CXmlLibrary : public CBase;

Description

Derivation

Members

Defined in CXmlLibrary:

Inherited from CBase:


Construction and destruction


~CXmlLibrary()

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C virtual ~CXmlLibrary();

Description


NewL(MWapPluginSP &,CXmlElement *)

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C static CXmlLibrary* NewL(MWapPluginSP &aPluginSP, CXmlElement *aRootNode);

Description

Parameters

MWapPluginSP &aPluginSP

CXmlElement *aRootNode

Return value

CXmlLibrary *


NewLC(MWapPluginSP &,CXmlElement *)

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C static CXmlLibrary* NewLC(MWapPluginSP &aPluginSP, CXmlElement *aRootNode);

Description

Parameters

MWapPluginSP &aPluginSP

CXmlElement *aRootNode

Return value

CXmlLibrary *


ConstructL()

Interface status: deprecated Inherited from: CXmlLibrary

protected: IMPORT_C void ConstructL();

Description


CXmlLibrary(MWapPluginSP &,CXmlElement *)

Interface status: deprecated Inherited from: CXmlLibrary

protected: IMPORT_C CXmlLibrary(MWapPluginSP &aPluginSP, CXmlElement *aRootNode);

Description

Parameters

MWapPluginSP &aPluginSP

CXmlElement *aRootNode

[Top]


Member functions


ProcessDataL(TDesC8 &)

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C virtual TInt ProcessDataL(TDesC8 &aData);

Description

Parameters

TDesC8 &aData

Return value

TInt


ProcessDataL(HBufC8 &)

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C virtual TInt ProcessDataL(HBufC8 &aData);

Description

Parameters

HBufC8 &aData

Return value

TInt


CommitL()

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C virtual TInt CommitL();

Description

Return value

TInt


ValidateL(CBNFNode &)

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C virtual TInt ValidateL(CBNFNode &aDTDRootNode);

Description

Parameters

CBNFNode &aDTDRootNode

Return value

TInt


ResetL(CXmlElement *)

Interface status: deprecated Inherited from: CXmlLibrary

IMPORT_C virtual void ResetL(CXmlElement *aRootNode);

Description

Parameters

CXmlElement *aRootNode


PrepareParserL()

Interface status: deprecated Inherited from: CXmlLibrary

protected: IMPORT_C void PrepareParserL();

Description


ExecuteValidateL(CBNFNode *)

Interface status: deprecated Inherited from: CXmlLibrary

protected: IMPORT_C virtual TInt ExecuteValidateL(CBNFNode *aDTDRootNode);

Description

Parameters

CBNFNode *aDTDRootNode

Return value

TInt


CXmlLibrary_Reserved1()

Interface status: deprecated Inherited from: CXmlLibrary

private: IMPORT_C virtual void CXmlLibrary_Reserved1();

Description

Intended Usage : Reserved for future use

[Top]


Member data


iPluginSP

Interface status: deprecated Inherited from: CXmlLibrary

protected: MWapPluginSP & iPluginSP;

Description

Plugin Service Provider


iRootNode

Interface status: deprecated Inherited from: CXmlLibrary

protected: CXmlElement * iRootNode;

Description

Document Root Node


iDefaultDoctype

Interface status: deprecated Inherited from: CXmlLibrary

protected: const TDesC * iDefaultDoctype;

Description


iDefaultDTDUrl

Interface status: deprecated Inherited from: CXmlLibrary

protected: const TDesC * iDefaultDTDUrl;

Description


iDTD

Interface status: deprecated Inherited from: CXmlLibrary

protected: CBNFNode * iDTD;

Description

The actual DTD tree - not owned