Location:
mwappluginsp.h
class MWapPluginSP;
Defined in MWapPluginSP
:
AttributeLUT()
, DataStorageNode()
, PrepareDTDL()
, ResetDocumentNodeData()
, WmlLibL()
virtual void ResetDocumentNodeData(CDocumentNode *aDocumentNode, TAny *aDataPtr) const=0;
None
Intended Usage : Resets the content data pointers in the given document node and any dependents. This could also reset the data pointer in an associated data dictionary node and its client document nodes.
The data pointers in the specified document node and dependents have been set to the new data
|
virtual CNode &DataStorageNode(const CDocumentNode *aDocumentNode) const=0;
Intended Usage : Gets hold of the actual node that holds the data for the specified document node. The document data may actually be shared amongst several document nodes and actually held in the data dictionary.
|
|
virtual const CDTDNode *PrepareDTDL(const TDesC &aDocType, const TDesC &aDTDURL, const CDocumentNode *aDocRootNode)=0;
None
Intended Usage : Preload the specified DTD for validating recieved WML and WMLC decks. The document data handler needs to call this as soon as it knows what type of DTD the document is using. When the document completes, this DTD will be used to validate it before the 100% complete message is passed up to the engine observer.
Unspecified
|
|
virtual CWmlLibrary *WmlLibL(CXmlElement *aDocRootNode)=0;
Intended Usage : Provide a CWmlLibrary object. This object is ready to process data and build a document tree to the given root node.
|
|
virtual CAttributeLookupTable &AttributeLUT()=0;
Intended Usage : Gets the Attribute Look Up Table.
|