#include <XmlLib.h>
Link against:
xmllib.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class CXmlLibrary : public CBase;
Description
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CXmlLibrary
- (No abstract)
Members
Defined in CXmlLibrary
:
Inherited from CBase
:
Construction and destruction
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
Return value
NewLC(MWapPluginSP &,CXmlElement *)
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
IMPORT_C static CXmlLibrary* NewLC(MWapPluginSP &aPluginSP, CXmlElement *aRootNode);
Description
Parameters
Return value
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
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
IMPORT_C virtual TInt ProcessDataL(TDesC8 &aData);
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
IMPORT_C virtual TInt ProcessDataL(HBufC8 &aData);
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
IMPORT_C virtual TInt CommitL();
Description
Return value
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
IMPORT_C virtual TInt ValidateL(CBNFNode &aDTDRootNode);
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
IMPORT_C virtual void ResetL(CXmlElement *aRootNode);
Description
Parameters
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
Return value
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
private: IMPORT_C virtual void CXmlLibrary_Reserved1();
Description
Intended Usage : Reserved for future use
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
protected: MWapPluginSP & iPluginSP;
Description
Plugin Service Provider
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
protected: CXmlElement * iRootNode;
Description
Document Root Node
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
protected: const TDesC * iDefaultDoctype;
Description
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
protected: const TDesC * iDefaultDTDUrl;
Description
Interface status: |
deprecated |
Inherited from: CXmlLibrary |
protected: CBNFNode * iDTD;
Description
The actual DTD tree - not owned