5 sax &operator=(
sax &
s) {
return *
this; };
11 virtual bool parse()=0;
13 char skipWhitespace(
char current);
15 void parseFailed(
const char *
thing,
const char *
why);
18 bool parseLocalFile(
const char *
filename);
19 bool parseRemoteFile(
const char *
filename);
22 char getCharacterBackwards();
23 void ignoreHeaderLines();
24 void ignoreFooterLines();