#include <ArabicParser.hpp>
Inheritance diagram for ArabicParser:
Public Methods | |
ArabicParser () | |
void | parseFile (const string &filename) |
Parse a file. | |
void | parseBuffer (char *buf, int len) |
Parse a buffer of len length. | |
long | fileTell () const |
Static Public Attributes | |
const string | identifier = "arabic" |
The following fields are parsed: TEXT, HL, HEAD, HEADLINE, LP, TTL, HEADER, FOOTER.
|
|
|
Gives current byte position offset into file being parsed. Don't use with parseBuffer Implements Parser. |
|
Parse a buffer of len length.
Implements Parser. |
|
Parse a file.
Implements Parser. |
|
Reimplemented from Parser. |