|
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. - Since:
- S60 v3.2
- Parameters:
-
| aCloseStdLib | A flag, if TRUE will close the STDLIB resources belonging to this thread. else STDLIB is not closed. |
|