#include <WebParser.hpp>
Inheritance diagram for WebParser:
Public Methods | |
WebParser () | |
void | parseFile (const string &filename) |
Parse a file. | |
void | parseBuffer (char *buf, int len) |
Parse a buffer. | |
long | fileTell () const |
return the current byte position of the file being parsed | |
Static Public Attributes | |
const string | identifier = "web" |
U.S.A., USA's, and USAs are converted to USA. Does not recognize acronyms with numbers.
The DOCHDR is ignored.
Text in <script> tags is ignored. Text in HTML comments is ignored.
|
|
|
return the current byte position of the file being parsed
Implements Parser. |
|
Parse a buffer.
Implements Parser. |
|
Parse a file.
Implements Parser. |
|
Reimplemented from Parser. |