#include <xml/wbxmlextensionhandler.h>
class Xml::MWbxmlExtensionHandler |
Public Member Enumerations | |
---|---|
enum | TExtInterfaceUid { EExtInterfaceUid } |
Public Member Functions | |
---|---|
pure virtual void | OnExtensionL(const RString &, TInt, TInt) |
The Wbxml api extension class. Inherited by classes wishing to cater for this interface, e.g. WbxmlParser.
The uid identifying this extension interface.
Enumerator | Value | Description |
---|---|---|
EExtInterfaceUid | 0x101FE212 |
This method is a receive notification of an extension instruction. The type of extension is specified in aToken and is based on the global tokens specified in WBXML documents.
See also: http://www.w3.org/TR/wbxml/
Parameters | |
---|---|
aData | is the extension data. |
aToken | is the global unambiguous token value. |
aErrorCode | is the error code. If this is not KErrNone then special action may be required. |