TXmlEngDataContainer Class Reference
Link against: xmlengineDOM.lib
#include <xmlengdatacontainer.h>
Inherits TXmlEngNode.
Inherited by TXmlEngBinaryContainer, TXmlEngChunkContainer, and TXmlEngFileContainer.
Detailed Description
TXmlEngDataContainer is a class for representing different types of binary data in DOM tree.
It can be cusom-serialized using MXmlEngDataSerializer interface which can be set in TXmlEngSerializationOptions used for saving the tree.
- Dll XmlEngineDOM.lib
- Since:
- S60 v3.2
|
Public Member Functions |
IMPORT_C TPtrC8 | Cid () const |
| Get CID of data container.
|
IMPORT_C TUint | Size () const |
| Get data size in bytes.
|
Protected Member Functions |
| TXmlEngDataContainer () |
| Default constructor.
|
| TXmlEngDataContainer (void *aInternal) |
| Constructor.
|
Constructor & Destructor Documentation
TXmlEngDataContainer::TXmlEngDataContainer | ( | | ) | [inline, protected] |
|
|
Default constructor.
- Since:
- S60 v3.1
|
TXmlEngDataContainer::TXmlEngDataContainer | ( | void * | aInternal | ) | [inline, protected] |
|
|
Constructor.
- Since:
- S60 v3.1
- Parameters:
-
|
Member Function Documentation
IMPORT_C TPtrC8 TXmlEngDataContainer::Cid | ( | | ) | const |
|
|
Get CID of data container.
- Since:
- S60 v3.2
- Returns:
- Cid of data container
|
IMPORT_C TUint TXmlEngDataContainer::Size | ( | | ) | const |
|
|
Get data size in bytes.
- Since:
- S60 v3.1
- Returns:
- Number of bytes occupied by data
|
The documentation for this class was generated from the following files: