xml_GetUserData ( parserID ) --> userDataValue
-
--> parserID : longint
-
<-- userDataValue : longint
Gets the value previous set as UserData by xml_SetUserData. Normally called in handler routines when xml_UseUserDataAsHandlerArg has not been called and the parserID is being passed to handler routines as normal.
See Also: xml_SetUserData, xml_UseUserDataAsHandlerArg.
|