ScicosLab Function
Last update : 18/05/2014

XML_ResumeParser - Resume the parser after a stop

Calling Sequence

XML_ResumeParser(%ptr)

Parameters

Description

This function resume an XML parsing after a stop due to the function XML_StopParser. The XML pointer must be created with XML_ParserCreate.

See Also

XML_ParserCreate,  XML_ParserFree,  XML_SetUserData,  XML_SetElementHandler,  XML_SetCharDataHandler,  XML_Parse,  XML_Conv2Latin,  XML_StopParser,  

Authors

METALAU project-team, INRIA A.Layec

Bibliography

'The Expat XML Parser', Available: http://expat.sourceforge.net/