| |||||||||
SummaryLock the document before the processing. | |||||||||
Syntaxint SablotLockDocument(SablotSituation S, SDOM_Document D);
| |||||||||
DescriptionActually this function doesn't perform any locking in the common sense of the word, but updates some internal values needed for the processing. | |||||||||
NotesYou SHOULD call this function whenever you changed the DOM document before the processing. You don't need this, if you just parsed the document (no modification). | |||||||||
See Also
|