xml_UseParserIDAsHandlerArg ( parserID )
This is the default case for XML parsers, although you if have called xml_UserUserDataAsHandlerArg during a parse, and you want to change back to having the ParserID passed to handler routines, you can call this function to do just that. The UserData value will still be available by calling xml_GetUserData.
See Also: xml_UseUserDataAsHandlerArg.
|