[xml] Locking and unlocking a part of the xml tree



Hi All,
I was reading through the api's for locking the xml tree and checked that,
 
xmlMutexLock() is used to lock a libxml2 token.
xmlMutexUnlock() is used to unlock a libxml2 token.
xmlNewMutex() is used to allocate a libxml2 token struct for use in synchronizing access to data.
 
Would like to know, is there a way to lock and unlock a node in the xmlDocPtr.
Or anyother means to do this?
 
Thanks
Senthil Nathan R


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]