Link against: senfragment.lib
#include <RSenDocument.h>
Inherits RXmlEngDocument.
Public Member Functions |
|
IMPORT_C RSenDocument | Copy () |
Copies a RSenDocument. |
|
IMPORT_C void | Close () |
Closes a RSenDocument. |
|
IMPORT_C void | Destroy () |
Closes a RSenDocument. |
|
Static Public Member Functions |
|
static IMPORT_C RSenDocument | NewL () |
Create new document. |
|
static IMPORT_C RSenDocument | NewLC () |
Create new document and put it on cleanup stack. |
|
static IMPORT_C RSenDocument | NewL (void *aInternal) |
Create new document. |
|
static IMPORT_C RSenDocument | NewLC (void *aInternal) |
Create new document and put it on cleanup stack. |
|
static IMPORT_C TInt | ManualXmlEngineTlsAttachL () |
Sets the Tls. |
|
static IMPORT_C TInt | ManualXmlEngineTlsCleanup () |
Frees the Tls. |
|
Data Fields |
|
TSenDocumentData * | ipData |
|
Closes a RSenDocument. You must close (or destroy) every RSenDocument you create using NewL or NewLC. In other words, every call to RSenDocument::Copy(), RSenDocument::NewL() and RSenDocument::NewLC() must be matched by a close or destroy. Note: Also Destroy() method can be used to close RSenDocument.
Reimplemented from RXmlEngDocument. |
|
Copies a RSenDocument. Both the original and the copy must be separately closed.
|
|
Closes a RSenDocument. You must destroy (or close) every RSenDocument you create using NewL or NewLC. In other words, every call to RSenDocument::Copy(), RSenDocument::NewL() and RSenDocument::NewLC() must be matched by a close or destroy. Note: Also Close() method can be used to destroy RSenDocument.
|
|
Sets the Tls.
|
|
Frees the Tls.
|
|
Create new document.
|
|
Create new document.
|
|
Create new document and put it on cleanup stack.
|
|
Create new document and put it on cleanup stack.
|
|