xml_SetUserData ( parserID; userDataValue )
-
--> parserID : longint
-
--> userDataValue : longint
Set a longint value which can be passed to the handler routines instead of the parser ID. You can also get this value in the parser routine by calling xml_GetUserData.
See Also: xml_GetUserData
|