#include <ChineseParser.hpp>
Inheritance diagram for lemur::parse::ChineseParser:
Public Member Functions | |
ChineseParser () | |
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 = "chinese" |
Private Member Functions | |
void | doParse () |
Actual parsing action flow. | |
Private Attributes | |
int | state |
The state of the parser. |
|
|
|
Actual parsing action flow.
|
|
Gives current byte position offset into file being parsed. Don't use with parseBuffer Implements lemur::api::Parser. |
|
Parse a buffer of len length.
Implements lemur::api::Parser. |
|
Parse a file.
Implements lemur::api::Parser. |
|
Reimplemented from lemur::api::Parser. |
|
The state of the parser.
|