| The Sword Project: sword::OSISPlain Class Reference |
#include <osisplain.h>
Inheritance diagram for sword::OSISPlain:


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 osisplain.h.
| virtual bool sword::OSISPlain::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 |