ScicosLab Function
Last update : 18/05/2014

XML_StopParser - Stop the parser during processing

Calling Sequence

XML_StopParser(%ptr,flag)

Parameters

Description

This function stops the parser during processing of an XML text. The flag must be true if one wants to resume the parser with the function XML_ResumeParser. 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_ResumeParser,  

Authors

METALAU project-team, INRIA A.Layec

Bibliography

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