enum XML_Parsing

#include <expat.h>

enum XML_Parsing
{
    XML_INITIALIZED,
    XML_PARSING,
    XML_FINISHED,
    XML_SUSPENDED,
};