The Sword Project: sword::TEIPlain Class Reference |
#include <teiplain.h>
Inheritance diagram for sword::TEIPlain:
Protected Member Functions | |
virtual BasicFilterUserData * | createUserData (const SWModule *module, const SWKey *key) |
virtual bool | handleToken (SWBuf &buf, const char *token, BasicFilterUserData *userData) |
This function is called for every token encountered in the input text. | |
Classes | |
class | MyUserData |
Definition at line 31 of file teiplain.h.
virtual bool sword::TEIPlain::handleToken | ( | SWBuf & | buf, | |
const char * | token, | |||
BasicFilterUserData * | userData | |||
) | [protected, virtual] |
This function is called for every token encountered in the input text.
buf | the output buffer | |
token | the token (e.g. "p align='left'" | |
userData | user storage space for data transient to 1 full buffer parse |
Reimplemented from sword::SWBasicFilter.
The SWORD Project; P. O. Box 2528; Tempe, AZ 85280-2528 USA |