Link against: xmlengineDOM.lib
#include <xmlengdomimplementation.h>
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-102161490
Public Member Functions |
|
IMPORT_C void | OpenL (RHeap *aHeap=NULL) |
Open method needed to initialize the XmlEngineDOM library and should be called before using any class/function from this library.
|
|
IMPORT_C void | Close (TBool aCloseStdLib=ETrue) |
Close method. |
|
Close method. It does cleanup of resources used by XmlengineDOM library. Client should call this method at the end of library usage. The library should not be used after this call. If needed, client can initialize the library again by calling Open() method. Libxml2 uses Symbian implementation of POSIX standard libraries. During closure of XmlEngineDOM library, the standard library is also closed by default. User can choose not to close standard libraries when XmlEngine shuts down, by specifying FALSE in aCloseStdLib flag.
|
|
Open method needed to initialize the XmlEngineDOM library and should be called before using any class/function from this library. The initialization is required in every client thread in which it used. Calling this method multiple times in a thread is allowed. There should be a call to Close() for every call to Open, per thread.
|