TXmlEngChunkContainer Class Reference
Link against: xmlengineDOM.lib
#include <xmlengchunkcontainer.h>
Inherits TXmlEngDataContainer.
Detailed Description
Instance of TXmlEngChunkContainer class represents data stored in RChunks in DOM tree.
RChunk data is treated in general as text nodes in DOM tree. Some of the fields in xmlNode structure are reused in order to save memory. Data is stored in memory referenced to by RChunk.
Sample code for creating chunk container:
- Dll XmlEngineDOM.lib
- Since:
- S60 v3.2
Constructor & Destructor Documentation
TXmlEngChunkContainer::TXmlEngChunkContainer | ( | | ) | [inline, protected] |
|
|
Default constructor.
- Since:
- S60 v3.1
|
TXmlEngChunkContainer::TXmlEngChunkContainer | ( | void * | aInternal | ) | [inline, protected] |
|
|
Constructor.
- Since:
- S60 v3.1
- Parameters:
-
|
Member Function Documentation
IMPORT_C RChunk& TXmlEngChunkContainer::Chunk | ( | | ) | const |
|
|
Get memory chunk reference.
- Since:
- S60 v3.2
- Returns:
- Memory chunk reference
|
IMPORT_C TUint TXmlEngChunkContainer::ChunkOffset | ( | | ) | const |
|
|
Get offset of binary data in memory chunk.
- Since:
- S60 v3.2
- Returns:
- Offset of binary data in memory chunk
|
The documentation for this class was generated from the following files: