saxParse
StyxSaxStatus saxParse(char* filename);
Do parsing of the given file.
Parameters
filename | Name of the file to parse. |
Result: The status resulting of the file parsing..
saxStop
void saxStop(void);
Stop a SAX parse, even before the end of parsing.
StyxSax
StyxSax(void)
Constructor.
~StyxSax
virtual ~StyxSax(void);
Desctructor.
|