sword::ThMLWEBIF Class Reference

this filter converts ThML text to HTML text with hrefs More...

#include <thmlwebif.h>

Inheritance diagram for sword::ThMLWEBIF:

Inheritance graph
[legend]
Collaboration diagram for sword::ThMLWEBIF:

Collaboration graph
[legend]
List of all members.

Protected Member Functions

virtual bool handleToken (SWBuf &buf, const char *token, BasicFilterUserData *userData)
 This function is called for every token encountered in the input text.

Private Attributes

const SWBuf baseURL
const SWBuf passageStudyURL

Detailed Description

this filter converts ThML text to HTML text with hrefs

Definition at line 30 of file thmlwebif.h.


Member Function Documentation

virtual bool sword::ThMLWEBIF::handleToken ( SWBuf buf,
const char *  token,
BasicFilterUserData userData 
) [protected, virtual]

This function is called for every token encountered in the input text.

Parameters:
buf the output buffer
token the token (e.g. "p align='left'"
userData user storage space for data transient to 1 full buffer parse
Returns:
subclasses should return true if they handled the token, or false if they did not.

Reimplemented from sword::ThMLHTMLHREF.


The documentation for this class was generated from the following file: